Skip to content

Commit

Permalink
Updated changelog, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 1, 2019
1 parent b50c5bc commit 58a229d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

2.5.1 (2019-03-01)
------------------

* #120: The system that de-duplicates identical requests will cache failures
forever. This is now fixed. Highly recommended update.


2.5.0 (2019-01-22)
------------------

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketting",
"version": "2.5.0",
"version": "2.5.1",
"description": "Opiniated HATEAOS / Rest client.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/koa-logger": "^3.1.1",
"@types/koa-static": "^4.0.1",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.27",
"@types/node": "^11.9.6",
"@types/node-fetch": "^2.1.6",
"@types/sax": "^1.0.1",
"awesome-typescript-loader": "^5.2.1",
Expand Down

0 comments on commit 58a229d

Please sign in to comment.