From 286908a301ed5e7f3fab441cf00aa3f4fe566026 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:30:29 -0500 Subject: [PATCH] chore(main): release 1.0.0 (#177) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6f339..485919d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://github.com/nodeshift/faas-js-runtime/compare/v0.10.0...v1.0.0) (2023-02-21) + + +### Bug Fixes + +* upgrade eslint from 8.32.0 to 8.33.0 ([#175](https://github.com/nodeshift/faas-js-runtime/issues/175)) ([0e1e964](https://github.com/nodeshift/faas-js-runtime/commit/0e1e96415a05fd89008921a2236cdfddc9aecad1)) +* upgrade typescript from 4.3.5 to 4.9.5 ([#178](https://github.com/nodeshift/faas-js-runtime/issues/178)) ([31b2665](https://github.com/nodeshift/faas-js-runtime/commit/31b266541734c8c00c3688dae7b15d22a4bd2e5d)) + + +### Miscellaneous + +* release 1.0.0 ([#176](https://github.com/nodeshift/faas-js-runtime/issues/176)) ([14f296f](https://github.com/nodeshift/faas-js-runtime/commit/14f296f2368606b8d70d39ef6567bf07dfdce002)) + ## [0.10.0](https://github.com/nodeshift/faas-js-runtime/compare/v0.9.7...v0.10.0) (2023-02-16) diff --git a/package-lock.json b/package-lock.json index 94c6034..ee95b3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "0.10.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "0.10.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "cloudevents": "^6.0.3", diff --git a/package.json b/package.json index 651a5a2..c0dbf70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "0.10.0", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git"