Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benhurdavies-a committed May 12, 2024
1 parent 4892471 commit fa850f5
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.0] - 2024-05-12

### Added

- Added CHANGELOG
Expand All @@ -22,5 +24,6 @@ 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/v1.2.0...master
[unreleased]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.0...master
[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": "1.2.0",
"version": "2.0.0",
"description": "High performing cache library (with cache replacement) for browser and node",
"keywords": [
"node",
Expand Down

0 comments on commit fa850f5

Please sign in to comment.