Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taasko committed Feb 1, 2023
1 parent 82262b8 commit 8bb522f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8bb522f

Please sign in to comment.