Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @nanduland/service 1.0.0 (2022-09-13)

### Features

* initial version dashboard ([#9](#9)) ([eb5df81](eb5df81))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent a44e17b commit ef1fd1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/service/docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @nanduland/service 1.0.0 (2022-09-13)


### Features

* initial version dashboard ([#9](https://github.com/taskforcesh/nandu/issues/9)) ([eb5df81](https://github.com/taskforcesh/nandu/commit/eb5df814d808807ef45b133467e9aaf95441215a))
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nanduland/service",
"version": "1.5.0",
"version": "1.0.0",
"description": "Open NPM Registry",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.41.0",
"@aws-sdk/lib-storage": "^3.41.0",
"@nanduland/dashboard": "workspace:*",
"@nanduland/dashboard": "1.0.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
Expand Down

0 comments on commit ef1fd1e

Please sign in to comment.