Skip to content

Commit ee80339

Browse files
committed
1.2.0
1 parent 2c10fbf commit ee80339

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# console-browserify change log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 1.2.0
8+
* Move to the browserify org.
9+
* Remove `date-now` dependency. ([@jakepusateri](https://github.com/jakepusateri) in [#10](https://github.com/browserify/console-browserify/pull/10))
10+
* Fix memory leak in `time`/`timeEnd`. ([@maxnordlund](https://github.com/maxnordlund) in [#11](https://github.com/browserify/console-browserify/pull/11))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-browserify",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Emulate console for all the browsers",
55
"keywords": [],
66
"author": "Raynos <raynos2@gmail.com>",

0 commit comments

Comments
 (0)