diff --git a/CHANGELOG.md b/CHANGELOG.md index 043d478..b9a712a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2024-09-03 + - Rename `SubresourceIntegrity` to `IntegrityMetadataSet` ## [0.0.2] - 2024-09-02 @@ -17,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release +[0.0.3]: https://github.com/kou029w/websri/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/kou029w/websri/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1 -[unreleased]: https://github.com/kou029w/websri/compare/v0.0.2...HEAD +[unreleased]: https://github.com/kou029w/websri/compare/v0.0.3...HEAD diff --git a/package-lock.json b/package-lock.json index 3298a14..42782c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "websri", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "websri", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "5.0.0", diff --git a/package.json b/package.json index e91f5b8..d6c519f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websri", - "version": "0.0.2", + "version": "0.0.3", "description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.", "license": "MIT", "author": "Kohei Watanabe ",