Skip to content

Commit

Permalink
fix(semver): update version number to 3.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Skipping the 3.x version so Sous matches Emulsify
  • Loading branch information
ccjjmartin committed Mar 22, 2022
1 parent 0740128 commit 2c89850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ workflows:
filters:
branches:
only:
- '2.x'
- 'master'
- '3.x'
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
branches: [
'2.x',
'3.x',
'master'
],
plugins: [
Expand Down

0 comments on commit 2c89850

Please sign in to comment.