From f125011da7fd1419e22f3a468886ce3fdd860c5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:15:40 +0000 Subject: [PATCH] chore(master): release 1.0.12 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd1d82..05a6742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.12](https://github.com/remarkablemark/style-to-object/compare/v1.0.11...v1.0.12) (2025-10-24) + + +### Build System + +* **deps:** bump inline-style-parser from 0.2.4 to 0.2.6 ([#774](https://github.com/remarkablemark/style-to-object/issues/774)) ([50aa645](https://github.com/remarkablemark/style-to-object/commit/50aa645372d10b47deb4cd9e5df7031baf699787)) + ## [1.0.11](https://github.com/remarkablemark/style-to-object/compare/v1.0.10...v1.0.11) (2025-10-03) diff --git a/package-lock.json b/package-lock.json index c2d87e9..4f22a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.6" diff --git a/package.json b/package.json index ebbb4ed..1c2d77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "description": "Parse CSS inline style to JavaScript object.", "author": "Mark ", "main": "./cjs/index.js",