From 3f51198300e0cdb16471d3501cd5f42c93037d14 Mon Sep 17 00:00:00 2001 From: dangreen Date: Thu, 17 Feb 2022 17:55:49 +0700 Subject: [PATCH] chore(release): 8.0.0-alpha.9 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/scripts/CHANGELOG.md | 11 +++++++++++ packages/scripts/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635c9b6..2cdff8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.9](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2022-02-17) + + +### Features + +* **scripts:** run scripts and bins ([e093e94](https://github.com/TrigenSoftware/scripts/commit/e093e94e83db0faa3bc73aef9630735d76303224)) + + + + + # [8.0.0-alpha.8](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.7...v8.0.0-alpha.8) (2022-02-15) diff --git a/lerna.json b/lerna.json index 9c2398f..0ea0f9a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.0-alpha.8", + "version": "8.0.0-alpha.9", "useWorkspaces": true, "command": { "version": { diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 0bc03f8..f66941d 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.9](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2022-02-17) + + +### Features + +* **scripts:** run scripts and bins ([e093e94](https://github.com/TrigenSoftware/scripts/commit/e093e94e83db0faa3bc73aef9630735d76303224)) + + + + + # [8.0.0-alpha.5](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.4...v8.0.0-alpha.5) (2022-02-07) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 6499390..7e691a5 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/scripts", "type": "module", - "version": "8.0.0-alpha.5", + "version": "8.0.0-alpha.9", "description": "CLI tool for running scripts.", "author": "dangreen", "license": "MIT",