Skip to content

Commit

Permalink
chore(release): 2.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.7](2.2.6...2.2.7) (2022-03-28)

### Bug Fixes

* **release:** schedule release ([6c81954](6c81954))
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent 6c81954 commit 1046ea7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.7](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.6...2.2.7) (2022-03-28)


### Bug Fixes

* **release:** schedule release ([6c81954](https://github.com/dargmuesli/dargstack-example_stack/commit/6c81954cfd4c553501c568ee48b8cf17bef4c6e6))

## [2.2.6](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.5...2.2.6) (2022-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dargstack-example_stack",
"private": true,
"version": "2.2.6",
"version": "2.2.7",
"scheduleVersion": "2.2.7",
"description": "Basic stack configuration to see what DargStack is meant for.",
"repository": "https://github.com/dargmuesli/dargstack-example_stack.git",
Expand All @@ -18,4 +18,4 @@
"scripts": {
"prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi"
}
}
}

0 comments on commit 1046ea7

Please sign in to comment.