Skip to content

Commit

Permalink
chore: Resoources - update plugin catagory keyword (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Apr 5, 2024
1 parent 4ddd4e2 commit 150a9f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/resources-provider-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ ___Note: Signal K server on which this plugin is installed must implement the `R

---

## v1.1.2

- **Update**: Change plugin category keyword to `signalk-category-utility`.

## v1.1.0

- **Fix**: Only process files in resource folders (ignore folders).


## v1.0.0

Resource Provider plugin that facilitates the storage and retrieval of resources on the Signal K server filesystem.
Expand Down
2 changes: 1 addition & 1 deletion packages/resources-provider-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__Signal K server plugin that implements the Resource Provider API__.

_Note: This plugin should ONLY be installed on a Signal K server that implements the `Resources API`!_
_Note: This plugin requires Signal K Server v2.0 or later!_

---

Expand Down
4 changes: 2 additions & 2 deletions packages/resources-provider-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@signalk/resources-provider",
"version": "1.1.1",
"version": "1.1.2",
"description": "Resources provider plugin for Signal K server.",
"main": "plugin/index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-chart-plotters",
"signalk-category-utility",
"signalk",
"resources",
"routes",
Expand Down

0 comments on commit 150a9f2

Please sign in to comment.