Skip to content

Commit

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

## [0.13.1](https://github.com/kagawagao/opas/compare/v0.13.0...v0.13.1) (2024-08-07)

### Bug Fixes

- **cli:** fix inquirer import error ([57e915e](https://github.com/kagawagao/opas/commit/57e915ec46b552a051644869118b8a979c3fa70a))

# [0.13.0](https://github.com/kagawagao/opas/compare/v0.12.1...v0.13.0) (2024-08-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.13.0",
"version": "0.13.1",
"packages": ["packages/*", "plugins/*"],
"ignoreChanges": ["**/test/**", "**/*.md", "**/package-lock.json"],
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.1](https://github.com/kagawagao/opas/compare/v0.13.0...v0.13.1) (2024-08-07)

### Bug Fixes

- **cli:** fix inquirer import error ([57e915e](https://github.com/kagawagao/opas/commit/57e915ec46b552a051644869118b8a979c3fa70a))

# [0.13.0](https://github.com/kagawagao/opas/compare/v0.12.1...v0.13.0) (2024-08-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/cli",
"version": "0.13.0",
"version": "0.13.1",
"description": "command line tools which bundle opas",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand Down

0 comments on commit f2c88e9

Please sign in to comment.