diff --git a/.changeset/angry-camels-tie.md b/.changeset/angry-camels-tie.md deleted file mode 100644 index 49f4581..0000000 --- a/.changeset/angry-camels-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@guardian/pan-domain-node": minor ---- - -Fix app crash with no cookie value diff --git a/CHANGELOG.md b/CHANGELOG.md index 331f000..ff5a385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @guardian/pan-domain-node +## 1.2.0 + +### Minor Changes + +- 5c14027: Fix app crash with no cookie value + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index ad99115..d6d9fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/pan-domain-node", - "version": "1.1.0", + "version": "1.2.0", "description": "NodeJs implementation of Guardian pan-domain auth verification", "main": "dist/src/api.js", "types": "dist/src/api.d.ts",