diff --git a/CHANGELOG.md b/CHANGELOG.md index 485919d..161d704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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-02-22) + + +### Bug Fixes + +* 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)) + + +### 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) diff --git a/package-lock.json b/package-lock.json index 690d7bb..428bd97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "cloudevents": "^6.0.3", diff --git a/package.json b/package.json index 094088a..bc2091c 100644 --- a/package.json +++ b/package.json @@ -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"