mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 16:08:16 +00:00
Release 0.0.1
This commit is contained in:
parent
80b05c376c
commit
bd667f2b26
3 changed files with 8 additions and 3 deletions
|
@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.0.1] - 2024-09-02
|
||||||
|
|
||||||
- First release
|
- First release
|
||||||
|
|
||||||
## [0.0.0]
|
## [0.0.0]
|
||||||
|
|
||||||
[Unreleased]: https://github.com/kou029w/websri
|
[Unreleased]: https://github.com/kou029w/websri
|
||||||
[0.0.0]: 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
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "websri",
|
"name": "websri",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "websri",
|
"name": "websri",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@release-it/keep-a-changelog": "5.0.0",
|
"@release-it/keep-a-changelog": "5.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "websri",
|
"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.",
|
"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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue