Skip to content

Commit f3f9bcc

Browse files
committed
chore(release): 2.0.0
1 parent 1088195 commit f3f9bcc

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/spautz/limited-cache/compare/v1.1.1...v2.0.0) (2021-10-23)
6+
7+
- Add `getCacheMetaFromObject` for accessing the cacheMeta of a `LimitedCacheObject`: see docs
8+
- Internal package updates
9+
- Confirm support for Node 17
10+
11+
### BREAKING CHANGES
12+
13+
- Drop support for Node 10
14+
515
### [1.1.1](https://github.com/spautz/limited-cache/compare/v1.1.0...v1.1.1) (2021-06-21)
616

717
- Minor updates to build system and scripts
@@ -54,14 +64,12 @@ reset to an empty state on next load.
5464

5565
## [0.4.1](https://github.com/spautz/limited-cache/compare/v0.4.0...v0.4.1) (2020-06-13)
5666

57-
> Update devDependencies for security, update configs for dev tools
58-
67+
- Update devDependencies for security, update configs for dev tools
5968
- No changes expected in limited-cache itself
6069

6170
## [0.4.0](https://github.com/spautz/limited-cache/compare/v0.3.0...v0.4.0) (2020-03-14)
6271

63-
> Update devDependencies, the build system, and the package distribution
64-
72+
- Update devDependencies, the build system, and the package distribution
6573
- No changes expected in limited-cache itself
6674

6775
## [0.3.0](https://github.com/spautz/limited-cache/compare/v0.2.1...v0.3.0) (2020-02-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "limited-cache",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "A minimal JS cache: like using an object, except it won't grow forever",
55
"keywords": [
66
"limited cache",

0 commit comments

Comments
 (0)