Release 0.0.1

This commit is contained in:
kou029w 2024-09-02 18:58:06 +00:00
parent 80b05c376c
commit bd667f2b26
3 changed files with 8 additions and 3 deletions

View file

@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.1] - 2024-09-02
- First release
## [0.0.0]
[Unreleased]: https://github.com/kou029w/websri
[0.0.0]: https://github.com/kou029w/websri
[unreleased]: https://github.com/kou029w/usri/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "websri",
"version": "0.0.0",
"version": "0.0.1",
"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 <nebel@fogtype.com>",