Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TarSzator committed May 13, 2024
1 parent 67c8d0a commit 96ae408
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2024-05-13

### Fixed

- Fixed entry point file name
Expand Down Expand Up @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- JS version of the node-cache-engine

[unreleased]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.1...master
[unreleased]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.2...master
[2.0.2]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/benhurdavies/node-cache-engine/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/benhurdavies/node-cache-engine/tree/v1.2.0
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": "node-cache-engine",
"version": "2.0.1",
"version": "2.0.2",
"description": "High performing cache library (with cache replacement) for browser and node",
"keywords": [
"node",
Expand Down

0 comments on commit 96ae408

Please sign in to comment.