Skip to content

Commit

Permalink
🚀 utils-create-server - v3.0.0 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Feb 7, 2019
1 parent 0afb53d commit d0a4363
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/utils-create-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.0.0 (February 7, 2019)

## Breaking Changes

* [[`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)).


# 2.0.1 (December 14, 2018)

## Bug fixes / Improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/utils-create-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-typescript": "0.14.0",
"hint": "^4.3.1",
"hint": "^4.4.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"typescript": "^3.3.1",
Expand All @@ -39,7 +39,7 @@
"main": "dist/src/index.js",
"name": "@hint/utils-create-server",
"peerDependencies": {
"hint": "^4.3.1"
"hint": "^4.4.0"
},
"repository": "webhintio/hint",
"scripts": {
Expand All @@ -57,5 +57,5 @@
"watch": "npm run build && npm-run-all --parallel -c watch:*",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "2.0.1"
"version": "3.0.0"
}

0 comments on commit d0a4363

Please sign in to comment.