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 17, 2023
1 parent d5f96da commit d9c5080
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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-17)


### 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 @types/node from 18.13.0 to 18.14.0 ([#192](https://github.com/nodeshift/faas-js-runtime/issues/192)) ([3a689af](https://github.com/nodeshift/faas-js-runtime/commit/3a689af6186a166ca47d35bf360629452c6b1ebd))
* upgrade @types/node from 18.14.0 to 18.14.1 ([#196](https://github.com/nodeshift/faas-js-runtime/issues/196)) ([878968c](https://github.com/nodeshift/faas-js-runtime/commit/878968c2da5b3bd6696c601a87548ea98fba593f))
* 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 @typescript-eslint/parser from 5.51.0 to 5.52.0 ([#190](https://github.com/nodeshift/faas-js-runtime/issues/190)) ([f597f04](https://github.com/nodeshift/faas-js-runtime/commit/f597f049fad19ab42473e7ee0c7ac3f43c024546))
* upgrade @typescript-eslint/parser from 5.52.0 to 5.53.0 ([#195](https://github.com/nodeshift/faas-js-runtime/issues/195)) ([f529bb1](https://github.com/nodeshift/faas-js-runtime/commit/f529bb163e9346ba2a2cd5cdf5f46b34829279d9))
* upgrade cloudevents from 6.0.3 to 6.0.4 ([#191](https://github.com/nodeshift/faas-js-runtime/issues/191)) ([d5f96da](https://github.com/nodeshift/faas-js-runtime/commit/d5f96da4f40ebd095fb7ff990c60799c57047d2e))
* 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))
* upgrade fastify from 4.12.0 to 4.13.0 ([#187](https://github.com/nodeshift/faas-js-runtime/issues/187)) ([4b1e0eb](https://github.com/nodeshift/faas-js-runtime/commit/4b1e0ebcbdfcac244d356ca300e10da8cd7ada12))


### Miscellaneous

* add function debugging instructions to the readme ([#197](https://github.com/nodeshift/faas-js-runtime/issues/197)) ([8883cc0](https://github.com/nodeshift/faas-js-runtime/commit/8883cc044bedc1e0cff228a928698e42e3df49f8))
* add the node version to the logger output ([#193](https://github.com/nodeshift/faas-js-runtime/issues/193)) ([8cdb40e](https://github.com/nodeshift/faas-js-runtime/commit/8cdb40e0267e0303a195c740c167e649fc257518))
* bump checkout and setup-node actions to v3 ([#198](https://github.com/nodeshift/faas-js-runtime/issues/198)) ([5fe62d0](https://github.com/nodeshift/faas-js-runtime/commit/5fe62d0f6482853b2fe3f58b47f0a83f87df10c1))
* 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 d9c5080

Please sign in to comment.