Skip to content

Commit

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

### Bug Fixes

* **release:** schedule release ([932757a](932757a))
  • Loading branch information
semantic-release-bot committed Mar 14, 2022
1 parent 932757a commit eb569f2
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.6](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.5...2.2.6) (2022-03-14)


### Bug Fixes

* **release:** schedule release ([932757a](https://github.com/dargmuesli/dargstack-example_stack/commit/932757a4c2a54230efeca0aa00835d0bda287b50))

## [2.2.5](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.4...2.2.5) (2022-02-28)


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.5",
"version": "2.2.6",
"scheduleVersion": "2.2.6",
"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 eb569f2

Please sign in to comment.