Skip to content

Commit

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

### Bug Fixes

* downgrade to node 14 as ci fails otherwise ([8f44e51](8f44e51))
* **service:** construct dir to dashboard files ([8adeea6](8adeea6))
* some compiler errors ([d5af0a2](d5af0a2))

### Features

* add password reset support ([a55dc68](a55dc68))
* initial version dashboard ([#9](#9)) ([eb5df81](eb5df81))

### Dependencies

* **@nandu/dashboard:** upgraded to 1.0.0
  • Loading branch information
semantic-release-bot committed Dec 29, 2022
1 parent 40d4f1f commit 7c7520f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions packages/service/docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# @nandu/service 1.0.0 (2022-12-29)


### Bug Fixes

* downgrade to node 14 as ci fails otherwise ([8f44e51](https://github.com/taskforcesh/nandu/commit/8f44e516546daab1bb7dea63203486715b82cc9e))
* **service:** construct dir to dashboard files ([8adeea6](https://github.com/taskforcesh/nandu/commit/8adeea60db655c1fbe36d1bca93d94cb846a730c))
* some compiler errors ([d5af0a2](https://github.com/taskforcesh/nandu/commit/d5af0a2c5107af2bdddb7940bf87cbda522e77c5))


### Features

* add password reset support ([a55dc68](https://github.com/taskforcesh/nandu/commit/a55dc684b23dac431fb891f2e86c7da90c1aecdb))
* initial version dashboard ([#9](https://github.com/taskforcesh/nandu/issues/9)) ([eb5df81](https://github.com/taskforcesh/nandu/commit/eb5df814d808807ef45b133467e9aaf95441215a))





### Dependencies

* **@nandu/dashboard:** upgraded to 1.0.0

## @nandu/service [1.0.3](https://github.com/taskforcesh/nandu/compare/@nandu/[email protected]...@nandu/[email protected]) (2022-09-23)


Expand Down
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": "@nandu/service",
"version": "1.0.3",
"version": "1.0.0",
"description": "Open NPM Registry",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@aws-sdk/abort-controller": "^3.0.0",
"@aws-sdk/client-s3": "^3.41.0",
"@aws-sdk/lib-storage": "^3.41.0",
"@nandu/dashboard": "1.0.3",
"@nandu/dashboard": "1.0.0",
"@types/nodemailer": "^6.4.6",
"@types/nodemailer-mailgun-transport": "^1.4.3",
"axios": "^0.24.0",
Expand Down

0 comments on commit 7c7520f

Please sign in to comment.