diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d6d68..b281300 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. +## [0.2.8](https://github.com/remarkablemark/inline-style-parser/compare/v0.2.7...v0.2.8) (2026-07-03) + + +### Bug Fixes + +* parse semicolon and parenthesis inside quoted url ([bc24e2c](https://github.com/remarkablemark/inline-style-parser/commit/bc24e2c7d966a2eeb8379d9524e4fd66f393d020)) + ## [0.2.7](https://github.com/remarkablemark/inline-style-parser/compare/v0.2.6...v0.2.7) (2025-11-16) diff --git a/package-lock.json b/package-lock.json index 518eb69..074d502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inline-style-parser", - "version": "0.2.7", + "version": "0.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inline-style-parser", - "version": "0.2.7", + "version": "0.2.8", "license": "MIT", "devDependencies": { "@commitlint/cli": "21.2.0", diff --git a/package.json b/package.json index 148cd23..d826cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inline-style-parser", - "version": "0.2.7", + "version": "0.2.8", "description": "An inline style parser.", "main": "./cjs/index.js", "module": "./esm/index.mjs",