diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c47e9..03d165b 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.4](https://github.com/remarkablemark/style-to-object/compare/v1.0.3...v1.0.4) (2023-10-31) + + +### Bug Fixes + +* **package:** specify "types" in package.json ([1cb585b](https://github.com/remarkablemark/style-to-object/commit/1cb585b796bfcc33790ee319ec9c0ceb5a1048d7)) + ## [1.0.3](https://github.com/remarkablemark/style-to-object/compare/v1.0.2...v1.0.3) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index 0cc8651..4792159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-object", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "style-to-object", - "version": "1.0.3", + "version": "1.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index da61016..1cfa424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-object", - "version": "1.0.3", + "version": "1.0.4", "description": "Converts inline style to object.", "author": "Mark ", "main": "./cjs/index.js",