Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdborton committed May 11, 2017
1 parent 0eb2ed5 commit d74ec87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.3.0

- New: Added this change log.
- New: Added support for profiling getter/setter methods. ([#11](https://github.com/gdborton/screeps-profiler/pull/11))
- New: Wrapper functions now expose wrapped functions' `toString()` results. ([#9](https://github.com/gdborton/screeps-profiler/pull/9))
- Fix: Corrected the tick count for profiles that have ended. ([#19](https://github.com/gdborton/screeps-profiler/pull/19))
- Doc: Corrected library name in the example code.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screeps-profiler",
"version": "1.2.2",
"version": "1.3.0",
"description": "A profiler designed for use in the game of Screeps.",
"main": "screeps-profiler.js",
"scripts": {
Expand Down

0 comments on commit d74ec87

Please sign in to comment.