diff --git a/CHANGELOG.md b/CHANGELOG.md index 418a8a9..dc52930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes to cssdb -### Unreleased (patch) +### 7.7.2 (September 4, 2023) - Updated `@mdn/browser-compat-data` to `5.3.14` (patch) - Updated `caniuse-lite` to `1.0.30001525` (patch) diff --git a/package-lock.json b/package-lock.json index 585e7b1..55ac2ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cssdb", - "version": "7.7.1", + "version": "7.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cssdb", - "version": "7.7.1", + "version": "7.7.2", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 813a808..43b3cca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cssdb", - "version": "7.7.1", + "version": "7.7.2", "type": "module", "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards", "author": "Jonathan Neal ",