diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d37dd..3d28759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.4.1] - 2021-03-04 + +### Fixed + - Typescript declaration files are now being exported in the `src` folder. Updated the npm lookup to consider that folder now. ## [1.4.0] - 2021-03-04 diff --git a/package.json b/package.json index 309f1aa..e4a0646 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "1.4.0", + "version": "1.4.1", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git"