Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Nov 13, 2022
1 parent 19f878f commit 80e9130
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [3.1.0](https://github.com/ngneat/cashew/compare/v3.0.0...v3.1.0) (2022-11-13)


### Features

* 🎸 upgarde to ng14 ([19f878f](https://github.com/ngneat/cashew/commit/19f878f4b2816b2d2b933d1916557682c8b435b2)), closes [#79](https://github.com/ngneat/cashew/issues/79)
* export cache storage ([735e1cb](https://github.com/ngneat/cashew/commit/735e1cb26f52a1a8f141ca1ef2b734d606e6d47c))


### Bug Fixes

* **http:** should allow undefined as type ([c31eff1](https://github.com/ngneat/cashew/commit/c31eff1349b5a9f48d67729023e944e0c1b30e01))
* **local-storage:** removes duplicate createKey calls ([f97baa3](https://github.com/ngneat/cashew/commit/f97baa3ba640bfefdc209885724608b54052c6a1))


### Tests

* 💍 fix specs run ([43c4789](https://github.com/ngneat/cashew/commit/43c47895643204fa3ccc14907060842a02bd4fa2))

## [3.0.0](https://github.com/ngneat/cashew/compare/v2.3.2...v3.0.0) (2021-11-24)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngneat/cashew/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngneat/cashew",
"description": "A simple and flexible library that caches HTTP requests in Angular applications",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 80e9130

Please sign in to comment.