diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d165b..b47d767 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.5](https://github.com/remarkablemark/style-to-object/compare/v1.0.4...v1.0.5) (2023-12-01) + + +### Bug Fixes + +* **esm:** fix ESM types by adding index.d.mts ([73ae1d4](https://github.com/remarkablemark/style-to-object/commit/73ae1d41d97eb4db0983fd06d3b6ea2ef436ea65)), closes [#205](https://github.com/remarkablemark/style-to-object/issues/205) + ## [1.0.4](https://github.com/remarkablemark/style-to-object/compare/v1.0.3...v1.0.4) (2023-10-31) diff --git a/package-lock.json b/package-lock.json index 32b84a6..58a9ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-object", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "style-to-object", - "version": "1.0.4", + "version": "1.0.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 277a276..a238be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-object", - "version": "1.0.4", + "version": "1.0.5", "description": "Converts inline style to object.", "author": "Mark ", "main": "./cjs/index.js",