Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeflug committed Oct 22, 2022
1 parent 350d39c commit 992e5b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "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",
Expand Down

0 comments on commit 992e5b5

Please sign in to comment.