Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 26, 2024
1 parent 53aff60 commit 34449a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

> _Seneca Config_ is a plugin for [Seneca](http://senecajs.org)
User Configral business logic plugin for the Seneca platform.
Live configuration plugin for the Seneca framework.

[![npm version](https://img.shields.io/npm/v/@seneca/Config.svg)](https://npmjs.com/package/@seneca/Config)
[![build](https://github.com/senecajs/seneca-Config/actions/workflows/build.yml/badge.svg)](https://github.com/senecajs/seneca-Config/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/senecajs/seneca-Config/badge.svg?branch=main)](https://coveralls.io/github/senecajs/seneca-Config?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/senecajs/seneca-Config/badge.svg)](https://snyk.io/test/github/senecajs/seneca-Config)
[![build](https://github.com/senecajs/SenecaConfig/actions/workflows/build.yml/badge.svg)](https://github.com/senecajs/SenecaConfig/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/senecajs/SenecaConfig/badge.svg?branch=main)](https://coveralls.io/github/senecajs/SenecaConfig?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/senecajs/SenecaConfig/badge.svg)](https://snyk.io/test/github/senecajs/SenecaConfig)
[![DeepScan grade](https://deepscan.io/api/teams/5016/projects/20872/branches/581541/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5016&pid=20872&bid=581541)
[![Maintainability](https://api.codeclimate.com/v1/badges/8242b80adb8acb685afd/maintainability)](https://codeclimate.com/github/senecajs/seneca-Config/maintainability)
[![Maintainability](https://api.codeclimate.com/v1/badges/8242b80adb8acb685afd/maintainability)](https://codeclimate.com/github/senecajs/SenecaConfig/maintainability)

| ![Voxgig](https://www.voxgig.com/res/img/vgt01r.png) | This open source module is sponsored and supported by [Voxgig](https://www.voxgig.com). |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/config",
"version": "0.0.2",
"version": "0.3.0",
"main": "dist/Config.js",
"type": "commonjs",
"types": "dist/Config.d.ts",
Expand Down

0 comments on commit 34449a9

Please sign in to comment.