diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fa703..017e532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [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) diff --git a/package.json b/package.json index 68aaf58..bffa70f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memoredis", - "version": "1.1.0", + "version": "1.1.1", "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",