From c75346a7d45bc8ac1f82b5a0f530482a5b4094e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 08:53:18 +0000 Subject: [PATCH] chore(release): 0.1.1 ## [0.1.1](https://github.com/hongaar/semantic-release-yarn/compare/v0.1.0...v0.1.1) (2022-12-07) ### Bug Fixes * doctoc and readme ([754f612](https://github.com/hongaar/semantic-release-yarn/commit/754f6121b8085443913275a03888105a59465187)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 799f6150..9b09e039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.1](https://github.com/hongaar/semantic-release-yarn/compare/v0.1.0...v0.1.1) (2022-12-07) + +### Bug Fixes + +- doctoc and readme + ([754f612](https://github.com/hongaar/semantic-release-yarn/commit/754f6121b8085443913275a03888105a59465187)) + # [0.1.0](https://github.com/hongaar/semantic-release-yarn/compare/v0.0.0...v0.1.0) (2022-12-06) ### Bug Fixes diff --git a/package.json b/package.json index 4a350285..84ce36bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-yarn", "description": "semantic-release plugin to publish a npm package with yarn", - "version": "0.1.0", + "version": "0.1.1", "author": "Joram van den Boezem ", "contributors": [ "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",