Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
chore: release v1.1.0 (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pangratios Cosma <pagcosma@gmail.com>
  • Loading branch information
3 people authored May 25, 2022
1 parent 1418179 commit d064d45
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/honeybadger-io/honeybadger-vue/compare/v1.0.4...v1.1.0) (2022-05-25)


### Bug Fixes

* docs vue2.x link ([#944](https://github.com/honeybadger-io/honeybadger-vue/issues/944)) ([7eaf1c8](https://github.com/honeybadger-io/honeybadger-vue/commit/7eaf1c8439324078a761bebba673fdc5620b0fd1))
* skip release if there are no changes ([#965](https://github.com/honeybadger-io/honeybadger-vue/issues/965)) ([2cf4615](https://github.com/honeybadger-io/honeybadger-vue/commit/2cf461539928d0255461d36760bc0166689d2392))


### Features

* shipjs integration ([#954](https://github.com/honeybadger-io/honeybadger-vue/issues/954)) ([b9bb9a3](https://github.com/honeybadger-io/honeybadger-vue/commit/b9bb9a38cac7572c1700460fe4c0019777b12dac))



## [1.0.4] - 2022-03-24
### Added
- Log error to console in development (#865)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

24 changes: 19 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/vue",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",
"description": "Honeybadger Vue.js client",
"author": "Jason Truesdell <jason@yuzuten.com> (https://github.com/JasonTrue)",
Expand All @@ -11,11 +11,19 @@
"type": "git",
"url": "git+ssh://git@github.com/honeybadger-io/honeybadger-vue.git"
},
"keywords": ["vue", "vuejs", "honeybadger"],
"keywords": [
"vue",
"vuejs",
"honeybadger"
],
"main": "dist/honeybadger-vue.umd.js",
"module": "dist/honeybadger-vue.umd.js",
"unpkg": "dist/honeybadger-vue.min.js",
"files": ["dist", "src", "honeybadger-vue.d.ts"],
"files": [
"dist",
"src",
"honeybadger-vue.d.ts"
],
"homepage": "https://github.com/honeybadger-io/honeybadger-vue#readme",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
Expand Down Expand Up @@ -126,7 +134,11 @@
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"directories": {
"test": "test"
},
Expand All @@ -141,7 +153,9 @@
"types": "./honeybadger-vue.d.ts",
"tsd": {
"compilerOptions": {
"lib": ["DOM"]
"lib": [
"DOM"
]
}
}
}

0 comments on commit d064d45

Please sign in to comment.