Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2019-09-03)

### Bug Fixes

* **Emit:** Only attach stack to errors ([9ef7b84](9ef7b84))

### Features

* **Throttling:** Allow for throttling of events in handler ([b11633a](b11633a))
  • Loading branch information
stencila-ci committed Sep 3, 2019
1 parent 339c162 commit 4221f1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.3.0](https://github.com/stencila/logga/compare/v1.2.1...v1.3.0) (2019-09-03)


### Bug Fixes

* **Emit:** Only attach stack to errors ([9ef7b84](https://github.com/stencila/logga/commit/9ef7b84))


### Features

* **Throttling:** Allow for throttling of events in handler ([b11633a](https://github.com/stencila/logga/commit/b11633a))

## [1.2.1](https://github.com/stencila/logga/compare/v1.2.0...v1.2.1) (2019-07-03)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/logga",
"version": "1.0.0",
"version": "1.3.0",
"description": "Unified logging across related Javascript modules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4221f1e

Please sign in to comment.