diff --git a/.changeset/polite-goats-allow.md b/.changeset/polite-goats-allow.md deleted file mode 100644 index 30251fb..0000000 --- a/.changeset/polite-goats-allow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pushpop": major -"@epklabs/pushpop": major ---- - -Updated packages and added structured logging to go package diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d73048..0da95c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pushpop +## 2.0.0 + +### Major Changes + +- [#11](https://github.com/biohackerellie/pushpop/pull/11) [`2bc4fb1c491ecd2ec30eec232856c4c4a4ac75f1`](https://github.com/biohackerellie/pushpop/commit/2bc4fb1c491ecd2ec30eec232856c4c4a4ac75f1) Thanks [@biohackerellie](https://github.com/biohackerellie)! - Updated packages and added structured logging to go package + ## 1.1.6 ### Patch Changes diff --git a/package.json b/package.json index ed190dd..feeb8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushpop", - "version": "1.1.6", + "version": "2.0.0", "type": "module", "private": true, "scripts": { diff --git a/ts-client/CHANGELOG.md b/ts-client/CHANGELOG.md index fb5326c..7de15e9 100644 --- a/ts-client/CHANGELOG.md +++ b/ts-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @epklabs/pushpop +## 2.0.0 + +### Major Changes + +- [#11](https://github.com/biohackerellie/pushpop/pull/11) [`2bc4fb1c491ecd2ec30eec232856c4c4a4ac75f1`](https://github.com/biohackerellie/pushpop/commit/2bc4fb1c491ecd2ec30eec232856c4c4a4ac75f1) Thanks [@biohackerellie](https://github.com/biohackerellie)! - Updated packages and added structured logging to go package + ## 1.1.6 ## 1.1.5 diff --git a/ts-client/package.json b/ts-client/package.json index ee5a9ca..8685b7e 100644 --- a/ts-client/package.json +++ b/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@epklabs/pushpop", - "version": "1.1.6", + "version": "2.0.0", "description": "a front end client for PushPop written in typescript ", "main": "./dist/index.js", "source": "./src/index.ts",