Skip to content

Commit

Permalink
chore: bump 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeflug committed Feb 25, 2023
1 parent ea5838e commit 47292a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@


# [3.4.0](https://github.com/georgeflug/insomnia-plugin-save-variables/compare/v3.3.0...v3.4.0) (2023-02-25)
# [4.0.0](https://github.com/georgeflug/insomnia-plugin-save-variables/compare/v3.3.0...v4.0.0) (2023-02-25)

### Breaking Changes

This introduces new fields that are more granular and flexible than before. When upgrading to 4.0.0, you will need
to click on each "Save Variable" header tag and review the information that the plugin supplies in the Live Preview.
This will explain what to enter in the new fields to migrate the tag to the new version.


### Bug Fixes
Expand Down
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.4.0",
"version": "4.0.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 47292a7

Please sign in to comment.