Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Sep 7, 2020
1 parent fb5f154 commit b28d1b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Changelog

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.0](https://github.com/politics-rewired/memoredis/compare/v1.0.8...v1.1.0) (2020-09-07)


### Features

* expose redis client quit and end methods ([bc23715](https://github.com/politics-rewired/memoredis/commit/bc237156ae76661ba9dbc55a148b32a0dba7d845))


### Bug Fixes

* allow non-yarn package manager ([219939e](https://github.com/politics-rewired/memoredis/commit/219939e5deee7469206a418932065ccabbac50e0))

## [1.0.8](https://github.com/politics-rewired/memoredis/compare/v1.0.7...v1.0.8) (2020-02-14)


Expand Down Expand Up @@ -78,6 +94,3 @@
### Features

* done, all tests passing ([99fd888](https://github.com/politics-rewired/memoredis/commit/99fd88847d803960779eb2628467afa21b00d3d4))



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.0.8",
"version": "1.1.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 b28d1b4

Please sign in to comment.