Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svipas committed May 2, 2020
1 parent 8969d82 commit 59ebbcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [Unreleased]

- Update dependencies.
## 2.0.0 (May 2, 2020)

- Change indentation to tabs.
- Update all dependencies and add TypeScript.
- Drop ESLint.
- Replace CircleCI to Azure Pipelines.
- Rewrite everything to TypeScript.

## 1.0.7 (August 3, 2019)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cachimo",
"description": "Stores key with value in-memory and can be deleted manually or after given timeout.",
"homepage": "https://github.com/svipas/cachimo",
"version": "1.0.7",
"version": "2.0.0",
"main": "./dist/cachimo.js",
"author": "svipas",
"repository": {
Expand Down

0 comments on commit 59ebbcf

Please sign in to comment.