Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2023-10-28)

### Features

* Persist on ([51312d7](51312d7))

### BREAKING CHANGES

* This version no longer persists all configs
  • Loading branch information
semantic-release-bot committed Oct 28, 2023
1 parent 8309248 commit a2952bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/BlueBaseJS/plugin-config-persist/compare/v2.1.0...v3.0.0) (2023-10-28)

### Features

* Persist on ([51312d7](https://github.com/BlueBaseJS/plugin-config-persist/commit/51312d7602016e6cb23b8f63823a3aee6d30510c))

### BREAKING CHANGES

* This version no longer persists all configs

# [2.1.0](https://github.com/BlueBaseJS/plugin-config-persist/compare/v2.0.0...v2.1.0) (2023-09-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bluebase/plugin-config-persist",
"description": "Save BlueBase configs in persistant cache",
"author": "BlueEast Team <code@blueeast.com>",
"version": "2.1.0",
"version": "3.0.0",
"main": "./App.jsx",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = '2.1.0';
export const VERSION_NUMBER = 201000000;
export const VERSION = '3.0.0';
export const VERSION_NUMBER = 300000000;

0 comments on commit a2952bf

Please sign in to comment.