diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab88c5..91c6250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.4.0](https://github.com/cinnyapp/folds/compare/v1.3.0...v1.4.0) (2023-08-16) + +### Features + +- inherit cross size variant option ([#25](https://github.com/cinnyapp/folds/issues/25)) ([b896348](https://github.com/cinnyapp/folds/commit/b896348cc515e148717c1cc35379f659ba0d9704)) + # [1.3.0](https://github.com/cinnyapp/folds/compare/v1.2.1...v1.3.0) (2023-06-24) ### Features diff --git a/package-lock.json b/package-lock.json index 05d7548..6403122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.3.0", + "version": "1.4.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 6f24c35..87fbbe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.3.0", + "version": "1.4.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",