diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3841a..42745c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.1](https://github.com/remarkablemark/style-to-object/compare/v1.0.0...v1.0.1) (2023-10-17) + + +### Bug Fixes + +* **package:** add types to exports in package.json ([6d37b8c](https://github.com/remarkablemark/style-to-object/commit/6d37b8c973c952d5b4171feeff64dcc00cbfb7c2)) + ## [1.0.0](https://github.com/remarkablemark/style-to-object/compare/v0.4.4...v1.0.0) (2023-10-15) diff --git a/package-lock.json b/package-lock.json index e87cc39..54d977e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-object", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "style-to-object", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a358176..a11643d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-object", - "version": "1.0.0", + "version": "1.0.1", "description": "Converts inline style to object.", "author": "Mark ", "main": "cjs/index.js",