Skip to content

Commit

Permalink
Release v0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Wood committed Apr 15, 2016
1 parent 33910eb commit 5afba80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.4.2] - 2016-04-14
### Fixed
- Fixed a bug where logging wasn't available when request setup failed due to an
error, which could result in an uncaught error being thrown.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "honeybadger",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/honeybadger-io/honeybadger-js",
"authors": [
"Joshua Wood <josh@honeybadger.io>"
Expand Down
4 changes: 2 additions & 2 deletions honeybadger.js
@@ -1,5 +1,5 @@
/*
honeybadger.js v0.4.1
honeybadger.js v0.4.2
A JavaScript Notifier for Honeybadger
https://github.com/honeybadger-io/honeybadger-js
https://www.honeybadger.io/
Expand Down Expand Up @@ -47,7 +47,7 @@
root.Honeybadger = factory();
}
}(this, function () {
var VERSION = '0.4.1',
var VERSION = '0.4.2',
NOTIFIER = {
name: 'honeybadger.js',
url: 'https://github.com/honeybadger-io/honeybadger-js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "honeybadger-js",
"description": "A JavaScript library for integrating apps with the Honeybadger Rails Error Notifier.",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/honeybadger-io/honeybadger-js",
"author": {
"name": "Joshua Wood",
Expand Down

0 comments on commit 5afba80

Please sign in to comment.