diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbf9b9..ac70bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,4 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.0] - 2024-04-18 -- relative paths support for both export and import \ No newline at end of file +- relative paths support for both export and import + +## [1.2.0] - 2024-04-18 + +- delete flow support \ No newline at end of file diff --git a/package.json b/package.json index 71c9234..6e90bcd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "breakpoint-bookmarks", "displayName": "Breakpoint Bookmarks", "description": "Bookmark all your different breakpoints into separate files, and activate them as needed", - "version": "1.1.0", + "version": "1.2.0", "icon": "resources/logo-colorful.png", "repository": "https://github.com/omar-dulaimi/breakpoint-bookmarks", "author": "Omar Dulaimi",