Skip to content

Commit

Permalink
chore(release): release 0.17.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigzr committed Apr 28, 2023
1 parent 8005729 commit b14f8ee
Show file tree
Hide file tree
Showing 6 changed files with 37 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.

## [0.17.2](https://github.com/congatudo/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28)

### Bug Fixes

- add missing workMode ([05dbe77](https://github.com/congatudo/agnoc/commit/05dbe770253335f172c43e5cb39a3684a573ce80)),
closes [#42](https://github.com/congatudo/agnoc/issues/42)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.1](https://github.com/congatudo/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "0.17.1"
"version": "0.17.2"
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.2](https://github.com/adrigzr/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28)

**Note:** Version bump only for package @agnoc/cli

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.1](https://github.com/adrigzr/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20)

**Note:** Version bump only for package @agnoc/cli
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": "@agnoc/cli",
"version": "0.17.1",
"version": "0.17.2",
"description": "Agnoc command line",
"keywords": [
"agnoc",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"dependencies": {
"@agnoc/core": "^0.17.1",
"@agnoc/core": "^0.17.2",
"chalk": "^4.1.1",
"cli-ux": "^5.5.1",
"commander": "^10.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/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.

## [0.17.2](https://github.com/adrigzr/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28)

### Bug Fixes

- add missing workMode ([05dbe77](https://github.com/adrigzr/agnoc/commit/05dbe770253335f172c43e5cb39a3684a573ce80)),
closes [#42](https://github.com/adrigzr/agnoc/issues/42)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.1](https://github.com/adrigzr/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20)

**Note:** Version bump only for package @agnoc/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnoc/core",
"version": "0.17.1",
"version": "0.17.2",
"description": "Agnoc core library",
"keywords": [
"agnoc",
Expand Down

0 comments on commit b14f8ee

Please sign in to comment.