Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.1.0...v2.0.0) (2024-04-30)

### ⚠ BREAKING CHANGES

* **node-versions:** support for node v10 has been dropped and the minimum is now v20.
* Colors, Values and GameDirections changed to Color, Value and GameDirection
* Drop Node 8 support

### Features

* **node-versions:** raise minimum node version from v10 to v20 ([#73](#73)) ([e00afd6](e00afd6))

### Bug Fixes

* remove typescript namespace ([61865ae](61865ae))
* validate color and value input for cards ([0ef603c](0ef603c))

### Miscellaneous Chores

* drop node 8 support ([6019bf4](6019bf4))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent e00afd6 commit 81d8ed1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## [2.0.0](https://github.com/danguilherme/uno/compare/v1.1.0...v2.0.0) (2024-04-30)


### ⚠ BREAKING CHANGES

* **node-versions:** support for node v10 has been dropped and the minimum is now v20.
* Colors, Values and GameDirections changed to Color, Value and GameDirection
* Drop Node 8 support

### Features

* **node-versions:** raise minimum node version from v10 to v20 ([#73](https://github.com/danguilherme/uno/issues/73)) ([e00afd6](https://github.com/danguilherme/uno/commit/e00afd6cf0a0507d86924b9c8b4f3770d3e7503f))


### Bug Fixes

* remove typescript namespace ([61865ae](https://github.com/danguilherme/uno/commit/61865ae5b97428dea39c541df53df5a4127acf14))
* validate color and value input for cards ([0ef603c](https://github.com/danguilherme/uno/commit/0ef603cadcf8c9ac7d99ed900f724ca50dc1ee13))


### Miscellaneous Chores

* drop node 8 support ([6019bf4](https://github.com/danguilherme/uno/commit/6019bf466d63cabbc04528462b1fbfeab3a03889))

0 comments on commit 81d8ed1

Please sign in to comment.