Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.5...1.1.0) (2022-12-06)

### Bug Fixes

* broken after es module migration ([c0a3b9c](c0a3b9c))
* https server start ([ee2f3cb](ee2f3cb))
* update dependencies (fix security issues) ([3c311ce](3c311ce))

### Features

* migrate to es module ([9a4aaa0](9a4aaa0))
  • Loading branch information
semantic-release-bot committed Dec 6, 2022
1 parent fbd7683 commit b88c4c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [1.1.0](https://github.com/sinedied/nano-gateway/compare/1.0.5...1.1.0) (2022-12-06)


### Bug Fixes

* broken after es module migration ([c0a3b9c](https://github.com/sinedied/nano-gateway/commit/c0a3b9c14c2c7737ba602f3a3278991f5f9db249))
* https server start ([ee2f3cb](https://github.com/sinedied/nano-gateway/commit/ee2f3cb967281df287d57f6741fb6c5a2731e626))
* update dependencies (fix security issues) ([3c311ce](https://github.com/sinedied/nano-gateway/commit/3c311ce37b86dd45d965c45607ac88915ae378e8))


### Features

* migrate to es module ([9a4aaa0](https://github.com/sinedied/nano-gateway/commit/9a4aaa0b101e1328bceb504384aabd0e027f96af))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nano-gateway",
"version": "1.0.5",
"version": "1.1.0",
"description": "Lightweight API gateway for home-scale projects",
"repository": "sinedied/nano-gateway",
"preferGlobal": true,
Expand Down

0 comments on commit b88c4c1

Please sign in to comment.