Skip to content

Commit

Permalink
Release 1.3.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 7, 2019
1 parent f4a7e5e commit e82e7eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.3.6
* Fix `package.json`-less project support.
* Improve error message on wrong `getSize()` call.
* Fix JSDoc.

## 1.3.5
* Fix CI warning text.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "size-limit",
"version": "1.3.5",
"version": "1.3.6",
"description": "Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.",
"keywords": [
"size",
Expand Down Expand Up @@ -120,7 +120,8 @@
"Versioning",
"Vue",
"webpack",
"webpack’s"
"webpack’s",
"JSDoc"
]
}
}

0 comments on commit e82e7eb

Please sign in to comment.