Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Aug 7, 2020
1 parent d814f19 commit c5ab2ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.5.0](https://github.com/jitbug/helpers/compare/v2.4.1...v2.5.0) (2020-08-07)


### Features

* add goToPreviousRoute ([d814f19](https://github.com/jitbug/helpers/commit/d814f194d42873cb977fafbcd7c6100eb91b1397))


### Bug Fixes

* **utils:** return types of debounce and throttle ([023f484](https://github.com/jitbug/helpers/commit/023f484edc935930cf0390c349640cad38865624))

### [2.4.1](https://github.com/jitbug/helpers/compare/v2.4.0...v2.4.1) (2020-07-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitbug/helpers",
"version": "2.4.1",
"version": "2.5.0",
"description": "Helpers for Jitbug's Ionic + Stencil PWAs.",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit c5ab2ce

Please sign in to comment.