Skip to content

Commit 8a9c4c6

Browse files
committed
🚀 utils-connector-tools - v3.0.0 ***NO_CI***
1 parent 4c76f47 commit 8a9c4c6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

‎packages/utils-connector-tools/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.0.0 (February 7, 2019)
2+
3+
## Breaking Changes
4+
5+
* [[`583e8fcd38`](https://github.com/webhintio/hint/commit/583e8fcd385f492ac454bca4b29a0450595e1e4c)] - Breaking: Spawn webserver in separate process (by [`Antón Molleda`](https://github.com/molant) / see also: [`#1694`](https://github.com/webhintio/hint/issues/1694)).
6+
7+
18
# 2.0.2 (December 31, 2018)
29

310
## Bug fixes / Improvements

‎packages/utils-connector-tools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-plugin-import": "^2.16.0",
2323
"eslint-plugin-markdown": "^1.0.0",
2424
"eslint-plugin-typescript": "0.14.0",
25-
"hint": "^4.3.1",
25+
"hint": "^4.4.0",
2626
"npm-run-all": "^4.1.5",
2727
"nyc": "^13.1.0",
2828
"rimraf": "^2.6.3",
@@ -47,7 +47,7 @@
4747
"license": "Apache-2.0",
4848
"name": "@hint/utils-connector-tools",
4949
"peerDependencies": {
50-
"hint": "^4.3.1"
50+
"hint": "^4.4.0"
5151
},
5252
"repository": "webhintio/hint",
5353
"scripts": {
@@ -66,5 +66,5 @@
6666
"watch": "npm run build && npm-run-all --parallel -c watch:*",
6767
"watch:ts": "npm run build:ts -- --watch"
6868
},
69-
"version": "2.0.2"
69+
"version": "3.0.0"
7070
}

0 commit comments

Comments
 (0)