diff --git a/CHANGELOG.md b/CHANGELOG.md index dc79312..5e45f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/krshkun/kresco/compare/v1.1.1...v1.1.2) (2023-02-24) + + +### Bug Fixes + +* next/fonts ([1474b96](https://github.com/krshkun/kresco/commit/1474b9638742b49b9a6dd9a56b82abb513215f27)) + ## [1.1.1](https://github.com/krshkun/kresco/compare/v1.1.0...v1.1.1) (2023-02-24) diff --git a/package.json b/package.json index eeed177..a7461de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kresco", - "version": "1.1.1", + "version": "1.1.2", "main": "lib/src/index.js", "module": "esm/src/index.js", "types": "types/src/index.d.ts",