From 8bb522f284965b3e2c40686e3c0e3fa3a3f2aa66 Mon Sep 17 00:00:00 2001 From: Taavi S <21169621+taasko@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:11:48 +0200 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e65d7ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.2.2 (2023-02-01) + + +### Bug Fixes + +* workspace config value ([82262b8](https://github.com/willsteinmetz/shipit-bower/commit/82262b8727b4cb690f6e62f5a82dd63b10f288da)), closes [/github.com/shipitjs/shipit/issues/194#issuecomment-388053844](https://github.com/willsteinmetz//github.com/shipitjs/shipit/issues/194/issues/issuecomment-388053844) diff --git a/package.json b/package.json index 5d8cdc6..3c0cb11 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "shipit-bower", - "version": "0.2.1", + "version": "0.2.2", "description": "Bower tasks for shipit.", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "release": "npx standard-version" }, "repository": { "type": "git",