Skip to content

Commit

Permalink
chore(main): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 6, 2023
1 parent 3f2aa5a commit cf50cff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.1](https://github.com/nodeshift/faas-js-runtime/compare/v1.0.0...v1.0.1) (2023-03-06)


### Bug Fixes

* upgrade @types/node from 18.11.18 to 18.11.19 ([#183](https://github.com/nodeshift/faas-js-runtime/issues/183)) ([edaa3ab](https://github.com/nodeshift/faas-js-runtime/commit/edaa3ab790172377829dd75f906d2524da7132b7))
* upgrade @types/node from 18.11.19 to 18.13.0 ([#186](https://github.com/nodeshift/faas-js-runtime/issues/186)) ([7eab05c](https://github.com/nodeshift/faas-js-runtime/commit/7eab05c188356614899d10cc52f4791e3e2e3293))
* upgrade @typescript-eslint/parser from 5.49.0 to 5.50.0 ([#180](https://github.com/nodeshift/faas-js-runtime/issues/180)) ([b2c7ca9](https://github.com/nodeshift/faas-js-runtime/commit/b2c7ca93bcfbc0d2dc24d5d70e5585077a25f1a3))
* upgrade @typescript-eslint/parser from 5.50.0 to 5.51.0 ([#185](https://github.com/nodeshift/faas-js-runtime/issues/185)) ([09cfcf4](https://github.com/nodeshift/faas-js-runtime/commit/09cfcf4a3c30b311ac90c82886c8f0554e7c2073))
* upgrade eslint from 8.33.0 to 8.34.0 ([#188](https://github.com/nodeshift/faas-js-runtime/issues/188)) ([3f2aa5a](https://github.com/nodeshift/faas-js-runtime/commit/3f2aa5aa51edd1048ec2511f341bf7b6dba83598))


### Miscellaneous

* update the publish token name for npm. ([#179](https://github.com/nodeshift/faas-js-runtime/issues/179)) ([6706ac0](https://github.com/nodeshift/faas-js-runtime/commit/6706ac0f32bc5e1e4f5da5ef76d4ff9a3c726d4b))

## [1.0.0](https://github.com/nodeshift/faas-js-runtime/compare/v0.10.0...v1.0.0) (2023-02-21)


Expand Down
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": "faas-js-runtime",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/nodeshift/faas-js-runtime.git"
Expand Down

0 comments on commit cf50cff

Please sign in to comment.