diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2ea23..751fb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.3](https://github.com/cinnyapp/folds/compare/v1.0.2...v1.0.3) (2023-01-31) + +### Bug Fixes + +- replace stitches with vanilla-extract ([#10](https://github.com/cinnyapp/folds/issues/10)) ([c11b9a4](https://github.com/cinnyapp/folds/commit/c11b9a409c92bf072fb8ee2a94d52eadef3d8c6f)) + ## [1.0.2](https://github.com/cinnyapp/folds/compare/v1.0.1...v1.0.2) (2022-12-21) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ecc2c7f..d9af974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "@fontsource/inter": "^4.5.12", diff --git a/package.json b/package.json index 826ae9c..508ba80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.0.2", + "version": "1.0.3", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",