From 992e5b53343a1a768827e2fcb238fed671a01e58 Mon Sep 17 00:00:00 2001 From: georgeflug Date: Sat, 22 Oct 2022 03:40:25 +0000 Subject: [PATCH] chore: release v3.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d854821 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ + + +# [3.2.0](https://github.com/georgeflug/insomnia-plugin-save-variables/compare/v3.0.5...v3.2.0) (2022-10-22) + + +### Bug Fixes + +* patch-package doesn't need to run every build ([e7fb2b1](https://github.com/georgeflug/insomnia-plugin-save-variables/commit/e7fb2b1596867d5af1e75bd2c918d7e38e35f06c)), closes [#10](https://github.com/georgeflug/insomnia-plugin-save-variables/issues/10) + + +### Features + +* add release tooling ([b2bdcf8](https://github.com/georgeflug/insomnia-plugin-save-variables/commit/b2bdcf831d08e8e71b28c7cab4f85818af96afdc)), closes [#10](https://github.com/georgeflug/insomnia-plugin-save-variables/issues/10) +* automatic dependency upgrades ([2bbe279](https://github.com/georgeflug/insomnia-plugin-save-variables/commit/2bbe27903ab23981e6bde6813eb2650fc5fee037)), closes [#10](https://github.com/georgeflug/insomnia-plugin-save-variables/issues/10) +* automatic pipeline through github actions ([350d39c](https://github.com/georgeflug/insomnia-plugin-save-variables/commit/350d39c6db147a4b358cb590207e6f678bd2fda7)), closes [#10](https://github.com/georgeflug/insomnia-plugin-save-variables/issues/10) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3d54df2..41d9027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insomnia-plugin-save-variables", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insomnia-plugin-save-variables", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "jsonpath-plus": "^6.0.1", diff --git a/package.json b/package.json index e661e69..4893f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insomnia-plugin-save-variables", - "version": "3.1.0", + "version": "3.2.0", "description": "An Insomnia Plugin that saves values from responses into variables", "main": "dist/index.js", "types": "dist/index.d.ts",