diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdca53..25354bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 021bedb..a37fa26 100644 --- a/lerna.json +++ b/lerna.json @@ -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": { diff --git a/package-lock.json b/package-lock.json index 0b3b989..c0d9a1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20090,7 +20090,7 @@ }, "packages/cli": { "name": "@opas/cli", - "version": "0.13.0", + "version": "0.13.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b7ac4a1..d47f5e4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 750b040..b3521ae 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opas/cli", - "version": "0.13.0", + "version": "0.13.1", "description": "command line tools which bundle opas", "author": "kagawagao ", "homepage": "",