diff --git a/CHANGELOG.md b/CHANGELOG.md index f47bb36..9096082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.1.0](https://github.com/cinnyapp/folds/compare/v2.0.0...v2.1.0) (2024-12-21) + +### Features + +- text area component ([#61](https://github.com/cinnyapp/folds/issues/61)) ([3adf384](https://github.com/cinnyapp/folds/commit/3adf384038d7b87d99fcabae38bf86cde7818875)) + # [2.0.0](https://github.com/cinnyapp/folds/compare/v1.7.0...v2.0.0) (2024-04-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a344ba3..a16ebb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "2.0.0", + "version": "2.1.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index b724161..c70aed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "2.0.0", + "version": "2.1.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",