Release 0.0.3

This commit is contained in:
kou029w 2024-09-03 00:58:03 +00:00
parent 8d6c191978
commit 79ff27dbe4
3 changed files with 7 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.0.3] - 2024-09-03
- Rename `SubresourceIntegrity` to `IntegrityMetadataSet` - Rename `SubresourceIntegrity` to `IntegrityMetadataSet`
## [0.0.2] - 2024-09-02 ## [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 - 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.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 [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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "websri", "name": "websri",
"version": "0.0.2", "version": "0.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "websri", "name": "websri",
"version": "0.0.2", "version": "0.0.3",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@release-it/keep-a-changelog": "5.0.0", "@release-it/keep-a-changelog": "5.0.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "websri", "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.", "description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.",
"license": "MIT", "license": "MIT",
"author": "Kohei Watanabe <nebel@fogtype.com>", "author": "Kohei Watanabe <nebel@fogtype.com>",