Skip to content

Commit

Permalink
Merge pull request #76 from mindkomm/release-please--branches--2.x
Browse files Browse the repository at this point in the history
chore(2.x): release 2.0.0
  • Loading branch information
gchtr authored May 8, 2024
2 parents 1ca206f + b185649 commit a16968c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/mindkomm/timmy/compare/v1.1.0...v2.0.0) (2024-05-08)


### ⚠ BREAKING CHANGES

* Remove Timmy::VERSION constant
* Add compatibility with Timber 2.x

### Features

* Add compatibility with Timber 2.x ([1687f3f](https://github.com/mindkomm/timmy/commit/1687f3f036ac7862d37a95a2445f297a4d55f218))
* Remove Timmy::VERSION constant ([031548b](https://github.com/mindkomm/timmy/commit/031548b849c4219dd7c21b7d9aa062779373cf69))


### Miscellaneous Chores

* Merge 1.x branch into 2.x ([2ec5254](https://github.com/mindkomm/timmy/commit/2ec52540b95f538d7b4e06ac51ea37e11fcea438))
* Update release branches ([512efea](https://github.com/mindkomm/timmy/commit/512efea0307beed7994fb8bb8d4652097a6c763f))

## [1.1.0](https://github.com/mindkomm/timmy/compare/1.0.0...v1.1.0) (2024-03-26)


Expand Down

0 comments on commit a16968c

Please sign in to comment.