diff --git a/changelog.md b/changelog.md index 600bf38..f5aacfa 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.4.0](https://github.com/jitbug/helpers/compare/v2.3.0...v2.4.0) (2020-07-27) + + +### Features + +* **ionic:** showProgress calls don't cancel each other ([b64c0f8](https://github.com/jitbug/helpers/commit/b64c0f8f8757c69f072383bd5f1a6b2fc6fd905b)) + ## [2.3.0](https://github.com/jitbug/helpers/compare/v2.2.0...v2.3.0) (2020-07-22) diff --git a/package.json b/package.json index d4b014e..df85a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jitbug/helpers", - "version": "2.3.0", + "version": "2.4.0", "description": "Helpers for Jitbug's Ionic + Stencil PWAs.", "type": "module", "module": "index.js",