diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf31a0d..0fef9e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +# [1.1.0](https://github.com/GrabarzUndPartner/foundation/compare/v1.0.2...v1.1.0) (2022-04-11) + + +### Features + +* **components:** sample accordion ([7995128](https://github.com/GrabarzUndPartner/foundation/commit/7995128ce9306d28824dc5538190c1bd6fab9f86)) + ## [1.0.2](https://github.com/GrabarzUndPartner/foundation/compare/v1.0.1...v1.0.2) (2022-03-29) diff --git a/package-lock.json b/package-lock.json index 53625856..45dc97dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundation", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foundation", - "version": "1.0.2", + "version": "1.1.0", "hasInstallScript": true, "workspaces": [ "./packages/core", diff --git a/package.json b/package.json index 3c6ad0a2..cbc63589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation", - "version": "1.0.2", + "version": "1.1.0", "private": true, "scripts": { "postinstall": "husky install",