Skip to content

Commit

Permalink
📦 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Aug 5, 2022
1 parent 9238946 commit 5032eb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.0.2] - 2022-08-05
### Fixed
* removed ?? operator so as to support older node versions

Expand Down Expand Up @@ -45,6 +45,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-02-13
* Initial Release

[2.0.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v2.0.2
[2.0.1]: https://github.com/koopjs/koop-cache-memory/releases/tag/v2.0.1
[2.0.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v2.0.0
[1.2.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.2.0
[1.1.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.2
[1.1.1]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/cache-memory",
"version": "2.0.1",
"version": "2.0.2",
"description": "An in-memory cache for KOop",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 5032eb0

Please sign in to comment.