Skip to content

Commit 99443f0

Browse files
committed
chore(release): publish
1 parent f64e1ed commit 99443f0

File tree

6 files changed

+32
-4
lines changed

6 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.0"></a>
7+
8+
# [0.5.0](https://github.com/Himenon/code-dependency/compare/v0.4.1...v0.5.0) (2020-02-10)
9+
10+
### Documentation
11+
12+
- **0.4.1:** update docs ([4d98a83](https://github.com/Himenon/code-dependency/commit/4d98a83))
13+
14+
### Features
15+
16+
- update dependnecy-cruiser@v7 and add libcheck ([fff7800](https://github.com/Himenon/code-dependency/commit/fff7800))
17+
618
<a name="0.4.1"></a>
719

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"packages": ["packages/*"],
18-
"version": "0.4.1",
18+
"version": "0.5.0",
1919
"npmClient": "yarn",
2020
"registry": "https://registry.npmjs.org/",
2121
"useWorkspaces": true,

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.0"></a>
7+
8+
# [0.5.0](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.4.1...v0.5.0) (2020-02-10)
9+
10+
### Features
11+
12+
- update dependnecy-cruiser@v7 and add libcheck ([fff7800](https://github.com/Himenon/code-dependency/packages/cli/commit/fff7800))
13+
614
<a name="0.4.1"></a>
715

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

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-dependency/cli",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "It is a command line tool for using code-dependency library.",
55
"keywords": [],
66
"homepage": "https://github.com/Himenon/code-dependency#readme",
@@ -44,7 +44,7 @@
4444
"ts": "ts-node -P tsconfig.json"
4545
},
4646
"dependencies": {
47-
"@code-dependency/view": "^0.4.1",
47+
"@code-dependency/view": "^0.5.0",
4848
"commander": "4.0.1",
4949
"compression": "^1.7.4",
5050
"cors": "^2.8.5",

packages/view/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.0"></a>
7+
8+
# [0.5.0](https://github.com/Himenon/code-dependency/compare/v0.4.1...v0.5.0) (2020-02-10)
9+
10+
### Features
11+
12+
- update dependnecy-cruiser@v7 and add libcheck ([fff7800](https://github.com/Himenon/code-dependency/commit/fff7800))
13+
614
<a name="0.4.1"></a>
715

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

packages/view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-dependency/view",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"homepage": "https://pages.github.com/Himenon/code-dependency",
55
"bugs": "https://github.com/Himenon/code-dependency/issues",
66
"repository": {

0 commit comments

Comments
 (0)