diff --git a/CHANGELOG.md b/CHANGELOG.md index 50236a9..5d54863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.4.9 + +*2024-03-05* + +- Update GitHub workflow and badge + ## 2.4.8 *2022-07-29* diff --git a/package-lock.json b/package-lock.json index 08fb46d..6f1b44e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-vars-ponyfill", - "version": "2.4.8", + "version": "2.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "css-vars-ponyfill", - "version": "2.4.8", + "version": "2.4.9", "license": "MIT", "dependencies": { "balanced-match": "^1.0.2", diff --git a/package.json b/package.json index 8f4f307..125b4cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-vars-ponyfill", - "version": "2.4.8", + "version": "2.4.9", "description": "Client-side support for CSS custom properties (aka \"CSS variables\") in legacy and modern browsers", "author": "John Hildenbiddle ", "license": "MIT",