Skip to content

Commit

Permalink
Releasing v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaslate committed Apr 19, 2020
1 parent 4cbd96e commit 9aca9a2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/joshuaslate/type-cacheable/compare/v4.1.0...HEAD)

- return an array of matching keys instead of an object [`#165`](https://github.com/joshuaslate/type-cacheable/pull/165)
- build(deps-dev): bump ioredis from 4.16.1 to 4.16.2 [`#164`](https://github.com/joshuaslate/type-cacheable/pull/164)
- build(deps-dev): bump jest from 25.2.7 to 25.3.0 [`#162`](https://github.com/joshuaslate/type-cacheable/pull/162)
- build(deps-dev): bump @types/node from 13.11.0 to 13.11.1 [`#163`](https://github.com/joshuaslate/type-cacheable/pull/163)
- build(deps-dev): bump @types/jest from 25.1.5 to 25.2.1 [`#159`](https://github.com/joshuaslate/type-cacheable/pull/159)
- build(deps-dev): bump ts-jest from 25.3.0 to 25.3.1 [`#160`](https://github.com/joshuaslate/type-cacheable/pull/160)
- build(deps-dev): bump jest from 25.2.6 to 25.2.7 [`#161`](https://github.com/joshuaslate/type-cacheable/pull/161)
- build(deps-dev): bump @types/jest from 25.1.4 to 25.1.5 [`#156`](https://github.com/joshuaslate/type-cacheable/pull/156)
- build(deps-dev): bump @types/node from 13.9.8 to 13.11.0 [`#157`](https://github.com/joshuaslate/type-cacheable/pull/157)
- build(deps-dev): bump jest from 25.2.4 to 25.2.6 [`#158`](https://github.com/joshuaslate/type-cacheable/pull/158)
- build(deps): bump minimist from 1.2.0 to 1.2.5 [`#154`](https://github.com/joshuaslate/type-cacheable/pull/154)
- build(deps-dev): bump ts-jest from 25.2.1 to 25.3.0 [`#153`](https://github.com/joshuaslate/type-cacheable/pull/153)
- build(deps-dev): bump @types/node from 13.9.4 to 13.9.8 [`#152`](https://github.com/joshuaslate/type-cacheable/pull/152)
- build(deps): bump @types/redis from 2.8.16 to 2.8.17 [`#151`](https://github.com/joshuaslate/type-cacheable/pull/151)
- build(deps-dev): bump jest from 25.2.3 to 25.2.4 [`#150`](https://github.com/joshuaslate/type-cacheable/pull/150)
- build(deps-dev): bump ioredis from 4.16.0 to 4.16.1 [`#148`](https://github.com/joshuaslate/type-cacheable/pull/148)
- build(deps-dev): bump jest from 25.2.0 to 25.2.3 [`#147`](https://github.com/joshuaslate/type-cacheable/pull/147)
- build(deps-dev): bump jest from 25.1.0 to 25.2.0 [`#145`](https://github.com/joshuaslate/type-cacheable/pull/145)
- build(deps-dev): bump @types/node from 13.9.3 to 13.9.4 [`#146`](https://github.com/joshuaslate/type-cacheable/pull/146)
- build(deps-dev): bump @types/node from 13.9.2 to 13.9.3 [`#144`](https://github.com/joshuaslate/type-cacheable/pull/144)
- Merge https://github.com/joshuaslate/type-cacheable [`8083c2d`](https://github.com/joshuaslate/type-cacheable/commit/8083c2d5543bbbae0d1a129f0614ccbcee71a972)
- chore: adding changelog [`0c8fdc9`](https://github.com/joshuaslate/type-cacheable/commit/0c8fdc95f55b9c98330bdef29c0702920eef130c)
- fix scan to return array [`7eee9c9`](https://github.com/joshuaslate/type-cacheable/commit/7eee9c9b7d882dca71ab22700ea39b67b75e15ce)

#### [v4.1.0](https://github.com/joshuaslate/type-cacheable/compare/v4.0.0...v4.1.0)

> 22 March 2020
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": "type-cacheable",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript-based caching decorators",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9aca9a2

Please sign in to comment.