Skip to content

Commit

Permalink
Merge branch 'master' into cy-fix-config-get
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaoying authored Jul 30, 2019
2 parents 8089ded + 96cf8ba commit b996393
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.0.5 (2019-07-25)

#### :bug: Bug Fix
* `svrx`
* [#17](https://github.com/x-orpheus/svrx/pull/17) Set charset for injected script ([@xuchaoying](https://github.com/xuchaoying))
* [#19](https://github.com/x-orpheus/svrx/pull/19) Fix https not working ([@leeluolee](https://github.com/leeluolee))

#### Committers: 2
- C.Y.Xu ([@xuchaoying](https://github.com/xuchaoying))
- ZhengHaibo ([@leeluolee](https://github.com/leeluolee))


## v0.0.4 (2019-07-16)

#### :rocket: New Feature
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
"packages": [
"packages/*"
],
"version": "0.0.4",
"version": "0.0.5",
"npmClient": "npm",
"changelog": {
"repo": "x-orpheus/svrx",
"labels": {
"PR: new feature": ":rocket: New Feature",
"PR: breaking change": ":boom: Breaking Change",
"PR: bug fix": ":bug: Bug Fix",
"PR: enhancement": ":nail_care: Enhancement",
"PR: documentation": ":memo: Documentation",
"PR: internal": ":house: Internal"
"PR: enhancement": ":nail_care: Enhancement"
},
"cacheDir": ".changelog"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svrx-util/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 packages/svrx-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svrx-util",
"version": "0.0.4",
"version": "0.0.5",
"description": "util package of svrx",
"homepage": "https://github.com/x-orpheus/svrx#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/svrx/package-lock.json

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

7 changes: 4 additions & 3 deletions packages/svrx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svrx",
"version": "0.0.4",
"version": "0.0.5",
"description": "svrx server live-reload mock ",
"keywords": [
"svrx",
Expand All @@ -15,7 +15,8 @@
"lib": "lib"
},
"files": [
"lib", "resource"
"lib",
"resource"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +51,7 @@
"serve-index": "^1.9.1",
"socket.io": "^2.2.0",
"super-ajv": "^1.1.6",
"svrx-util": "^0.0.4"
"svrx-util": "^0.0.5"
},
"devDependencies": {
"expect.js": "^0.3.1",
Expand Down

0 comments on commit b996393

Please sign in to comment.