From 2c898502f328775fcebb8f2a8b50b7266f7e401c Mon Sep 17 00:00:00 2001 From: Christopher Martin Date: Mon, 21 Mar 2022 22:06:38 -0500 Subject: [PATCH] fix(semver): update version number to 3.x BREAKING CHANGE: Skipping the 3.x version so Sous matches Emulsify --- .circleci/config.yml | 3 +-- release.config.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef2b86c4..f07408a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,5 +41,4 @@ workflows: filters: branches: only: - - '2.x' - - 'master' + - '3.x' diff --git a/release.config.js b/release.config.js index f20d199d..613be12b 100644 --- a/release.config.js +++ b/release.config.js @@ -1,6 +1,6 @@ module.exports = { branches: [ - '2.x', + '3.x', 'master' ], plugins: [