Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Feb 7, 2020
1 parent c90bdc2 commit 0a24d65
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.1"></a>

## [0.4.1](https://github.com/Himenon/code-dependency/compare/v0.4.0...v0.4.1) (2020-02-07)

### Bug Fixes

- cli initialize error ([70668cc](https://github.com/Himenon/code-dependency/commit/70668cc))

### Performance Improvements

- **static-page:** not access full.render.js ([e05b86a](https://github.com/Himenon/code-dependency/commit/e05b86a))

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0) (2020-02-07)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"packages": ["packages/*"],
"version": "0.4.0",
"version": "0.4.1",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.1"></a>

## [0.4.1](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.4.0...v0.4.1) (2020-02-07)

### Bug Fixes

- cli initialize error ([70668cc](https://github.com/Himenon/code-dependency/packages/cli/commit/70668cc))

### Performance Improvements

- **static-page:** not access full.render.js ([e05b86a](https://github.com/Himenon/code-dependency/packages/cli/commit/e05b86a))

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.9...v0.4.0) (2020-02-07)
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-dependency/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "It is a command line tool for using code-dependency library.",
"keywords": [],
"homepage": "https://github.com/Himenon/code-dependency#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"ts": "ts-node -P tsconfig.json"
},
"dependencies": {
"@code-dependency/view": "^0.4.0",
"@code-dependency/view": "^0.4.1",
"commander": "4.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.1"></a>

## [0.4.1](https://github.com/Himenon/code-dependency/compare/v0.4.0...v0.4.1) (2020-02-07)

### Bug Fixes

- cli initialize error ([70668cc](https://github.com/Himenon/code-dependency/commit/70668cc))

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0) (2020-02-07)
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-dependency/view",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://pages.github.com/Himenon/code-dependency",
"bugs": "https://github.com/Himenon/code-dependency/issues",
"repository": {
Expand Down

0 comments on commit 0a24d65

Please sign in to comment.