diff --git a/CHANGELOG.md b/CHANGELOG.md index 630d231..f606f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Tietokilta/ui/compare/v1.0.0...v1.0.1) (2023-04-12) + + +### Bug Fixes + +* actually orange was nicer ([c010383](https://github.com/Tietokilta/ui/commit/c010383a199d24f9eb371789997e91dad11c45ba)) + # 1.0.0 (2023-04-12) diff --git a/package.json b/package.json index aa83d19..72880e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tietokilta/ui", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "homepage": "https://tietokilta.github.io/ui/", "type": "module",