Skip to content

Commit 6d4f30b

Browse files
committed
Releasing 2.0.0-alpha.1
1 parent bafd89e commit 6d4f30b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
=========
33

4-
2.0.0-alpha.1 (????-??-??)
4+
2.0.0-alpha.1 (2024-02-23)
55
--------------------------
66

77
* Fixed `exports` value in `package.json`. (@CxRes)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-headers",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0-alpha.1",
44
"description": "Implementation of RFC8941, structured headers for HTTP.",
55
"type": "module",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)