Skip to content

Commit aa80e8d

Browse files
committed
2.0.1
1 parent 54d5f80 commit aa80e8d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.1] - 2024-05-12
11+
1012
### Changed
1113
- Update node version to 18 in npmpublish.yml
1214

@@ -27,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729

2830
- JS version of the node-cache-engine
2931

30-
[unreleased]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.0...master
32+
[unreleased]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.1...master
33+
[2.0.1]: https://github.com/benhurdavies/node-cache-engine/compare/v2.0.0...v2.0.1
3134
[2.0.0]: https://github.com/benhurdavies/node-cache-engine/compare/v1.2.0...v2.0.0
3235
[1.2.0]: https://github.com/benhurdavies/node-cache-engine/tree/v1.2.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-cache-engine",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "High performing cache library (with cache replacement) for browser and node",
55
"keywords": [
66
"node",

0 commit comments

Comments
 (0)