Skip to content

Tags: danguilherme/uno

Tags

v2.0.3

Toggle v2.0.3's commit message
chore(release): 2.0.3 [skip ci]

## [2.0.3](v2.0.2...v2.0.3) (2024-04-30)

### Bug Fixes

* fix node release by targetting ES6 ([31c7f8d](31c7f8d))

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](v2.0.1...v2.0.2) (2024-04-30)

### Bug Fixes

* use Rollup for bundling instead of Webpack + Babel runtime ([9f1c4c6](9f1c4c6))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2024-04-30)

### Bug Fixes

* add changelog to package ([3eddb35](3eddb35))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

## [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))