Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Oct 21, 2022
1 parent 8172642 commit 6360f42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.0.0](https://github.com/politics-rewired/memoredis/compare/v1.1.1...v2.0.0) (2022-10-21)


### Features

* update to redis v4 cli ([#33](https://github.com/politics-rewired/memoredis/issues/33)) ([8172642](https://github.com/politics-rewired/memoredis/commit/8172642b85bf231b75346821c65eb4f1377f60c7))

### [1.1.1](https://github.com/politics-rewired/memoredis/compare/v1.1.0...v1.1.1) (2021-01-26)

## [1.1.0](https://github.com/politics-rewired/memoredis/compare/v1.0.8...v1.1.0) (2020-09-07)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memoredis",
"version": "1.1.1",
"version": "2.0.0",
"description": "Redis memoization library with good Typescript generics, locking, and argument-wide bulk invalidation",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 6360f42

Please sign in to comment.