From cf4233bb8d1511e8a4b36157136bc5aae2d5a386 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Mon, 16 Dec 2024 18:33:44 +0200 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9776fb..ce4e32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.0.3 (2024-12-16) + +* build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.3 ([3ffc705](https://github.com/posthtml/posthtml-postcss/commit/3ffc705)) +* build(deps-dev): bump @vitest/coverage-v8 from 2.0.2 to 2.1.8 ([480fb5e](https://github.com/posthtml/posthtml-postcss/commit/480fb5e)) +* build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20 ([f202601](https://github.com/posthtml/posthtml-postcss/commit/f202601)) +* build(deps): bump nanoid from 3.3.7 to 3.3.8 ([8bcb0bc](https://github.com/posthtml/posthtml-postcss/commit/8bcb0bc)) +* build(deps): bump postcss from 8.4.39 to 8.4.47 ([2689a04](https://github.com/posthtml/posthtml-postcss/commit/2689a04)) +* build(deps): bump vite from 5.3.3 to 5.4.11 ([405e6eb](https://github.com/posthtml/posthtml-postcss/commit/405e6eb)) +* chore: update changelog.md ([1e86313](https://github.com/posthtml/posthtml-postcss/commit/1e86313)) + + + ## 1.0.2 (2024-07-12) * 1.0.2 ([61eb046](https://github.com/posthtml/posthtml-postcss/commit/61eb046)) diff --git a/package-lock.json b/package-lock.json index 2669cdd..885ea6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-postcss", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "posthtml-postcss", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "postcss": "^8.4.35", diff --git a/package.json b/package.json index 51951cb..bd76b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-postcss", - "version": "1.0.2", + "version": "1.0.3", "description": "Use PostCSS with PostHTML", "license": "MIT", "repository": "posthtml/posthtml-postcss",