Skip to content

Commit c464645

Browse files
committed
Releasing 1.0.0
1 parent 49178f7 commit c464645

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

changelog.md

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

4-
1.0.0 (????-??-??)
4+
1.0.0 (2023-06-13)
55
------------------
66

77
* This is mainly a re-release of 0.5.0. The package is stable and dependencies
@@ -84,9 +84,9 @@ ChangeLog
8484
* First version!
8585
* Parses all of the [04 draft of the specification][1].
8686

87-
[1]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-04
88-
[2]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-09
89-
[3]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-10
90-
[4]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-13
91-
[5]: https://datatracker.ietf.org/doc/html/rfc8941
92-
[6]: https://github.com/httpwg/structured-field-tests
87+
[1]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-04 [2]:
88+
https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-09 [3]:
89+
https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-10 [4]:
90+
https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-13 [5]:
91+
https://datatracker.ietf.org/doc/html/rfc8941 [6]:
92+
https://github.com/httpwg/structured-field-tests

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": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Implementation of RFC8941, structured headers for HTTP.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)