From 35f5961040e1f762689fe78177a21cf63819469d Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 22 Jun 2023 13:11:22 +0200 Subject: [PATCH] chore: bump to 0.8.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb831bf..3efd0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pubpub-client +## 0.8.2 + +### Patch Changes + +- Actually fix the node16 issue + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index ca6005d..cf0ee0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubpub-client", - "version": "0.8.1", + "version": "0.8.2", "description": "Unofficial PubPub API client for Node.js and the browser.", "type": "module", "main": "dist/index.cjs",