From 09e90311dfcb1a6980f05c3523a633dc38764f91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:46:54 +0000 Subject: [PATCH] chore(master): release 0.2.8 --- 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 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",