diff --git a/CHANGELOG.md b/CHANGELOG.md index 2015d4695..8eb58805f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1-next.1](https://github.com/warp-ds/icons/compare/v1.0.0...v1.0.1-next.1) (2023-09-20) + + +### Bug Fixes + +* set next as default prerelease branch ([#12](https://github.com/warp-ds/icons/issues/12)) ([bb0be72](https://github.com/warp-ds/icons/commit/bb0be721927e8fae2efd063ebc9ca126f4378554)) + # 1.0.0 (2023-09-20) diff --git a/package.json b/package.json index 315286c30..d111fcd2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warp-ds/icons", "type": "module", - "version": "1.0.0", + "version": "1.0.1-next.1", "repository": "git@github.com:warp-ds/icons.git", "description": "WARP's icon set", "main": "index.js",