diff --git a/changelog.md b/changelog.md index dd184c3..83116d9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ ChangeLog ========= -2.0.0-alpha.0 (????-??-??) +2.0.0-alpha.0 (2024-01-29) -------------------------- * Support for a new `Date` and `Display String` types, from the new draft diff --git a/package-lock.json b/package-lock.json index ae465af..c6951b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "structured-headers", - "version": "1.0.1", + "version": "2.0.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "structured-headers", - "version": "1.0.1", + "version": "2.0.0-alpha.0", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.3", diff --git a/package.json b/package.json index 4c61ea9..04401de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "structured-headers", - "version": "1.0.1", + "version": "2.0.0-alpha.0", "description": "Implementation of RFC8941, structured headers for HTTP.", "type": "module", "exports": "dist/index.js",