Skip to content

Commit

Permalink
chore(release): 2.0.0 # [2.0.0](v1.6.0...v2.0.0) (2020-03-17)
Browse files Browse the repository at this point in the history
### Features

* **adapters:** Memcached adapter based on "memcached" module ([9b4aa04](9b4aa04))

### BREAKING CHANGES

* **adapters:** * Removed tag reading optimizations. It is not intended to use caches in this way.
* The "del" interface has been changed to be more convenient.
  • Loading branch information
semantic-release-bot committed Mar 17, 2020
1 parent a41bc07 commit 490acec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v1.6.0...v2.0.0) (2020-03-17)


### Features

* **adapters:** Memcached adapter based on "memcached" module ([9b4aa04](https://github.com/TinkoffCreditSystems/cachalot/commit/9b4aa04))


### BREAKING CHANGES

* **adapters:** * Removed tag reading optimizations. It is not intended to use caches in this way.
* The "del" interface has been changed to be more convenient.

# [1.6.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v1.5.1...v1.6.0) (2020-02-14)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cachalot",
"version": "1.6.0",
"version": "2.0.0",
"description": "Cache manager for nodejs with support different cache strategies",
"keywords": [
"cache",
Expand Down

0 comments on commit 490acec

Please sign in to comment.