diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d01e472..18762116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [1.0.1](https://github.com/GrabarzUndPartner/foundation/compare/v1.0.0...v1.0.1) (2022-02-11) + + +### Bug Fixes + +* **update:** add fonts and prepare for lighthouse ([74cc2e2](https://github.com/GrabarzUndPartner/foundation/commit/74cc2e2a46cab8dcb01283ac65d4b7ddb4ca2039)) + # 1.0.0 (2022-02-11) diff --git a/package-lock.json b/package-lock.json index 2d786ef8..9aca42bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "foundation", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "workspaces": [ "./packages/core", diff --git a/package.json b/package.json index f597b3b3..3106a44f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "postinstall": "husky install",