From cafef6eeb45b03f1a427055c226570c1756cc170 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Wed, 30 Jun 2021 10:19:13 +0200 Subject: [PATCH] chore: release v2.1.0 Add support to release `yarn v2+` workspaces (when the `workspace-tools` and `version` plugins are installed) --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40590a7..3d9102c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Placeholder for the next version (at the beginning of the line): ## **WORK IN PROGRESS** --> -## **WORK IN PROGRESS** +## 2.1.0 (2021-06-30) * Add support to release `yarn v2+` workspaces (when the `workspace-tools` and `version` plugins are installed) ## 2.0.0 (2021-06-19) diff --git a/package-lock.json b/package-lock.json index 805d686..145fd8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alcalzone/release-script", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6822217..74ead9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alcalzone/release-script", - "version": "2.0.0", + "version": "2.1.0", "description": "Release script to automatically increment version numbers and push git tags of Node.js projects", "main": "build/release.js", "bin": "bin/release.js",