diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a4bf8..22e750b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/amalv/bukie/compare/v1.0.0...v1.1.0) (2023-10-12) + + +### Features + +* add support for Robot font using Fountsource ([3b0351c](https://github.com/amalv/bukie/commit/3b0351c3caf45cafc3613e011e24c5d6ab46cecd)) + # 1.0.0 (2023-10-12) diff --git a/package-lock.json b/package-lock.json index 991e38e..66a815f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bukie", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bukie", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index 32b6920..b6c285b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bukie", "private": true, - "version": "1.0.0", + "version": "1.1.0", "type": "module", "scripts": { "dev": "vite",