diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3bf2c8..fd9bc69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/pusher/push-notifications-web/compare/2.0.0...HEAD) +## [Unreleased](https://github.com/pusher/push-notifications-web/compare/2.0.1...HEAD) + +## [2.0.1](https://github.com/pusher/push-notifications-web/compare/2.0.1...2.0.0) - 2023-01-25 + - Update @babel/preset-env- ## [2.0.0](https://github.com/pusher/push-notifications-web/compare/2.0.0...1.10) - 2022-12-05 - getDeviceInterests now accepts limit and cursor parameters and returns Object instead of an Array. diff --git a/package-lock.json b/package-lock.json index 468b1f9a..d2bdfa8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pusher/push-notifications-web", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3e9bffa6..5bfb5079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pusher/push-notifications-web", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "dist/push-notifications-esm.js", "types": "index.d.ts",