Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mganjoo committed Nov 28, 2022
1 parent 530b300 commit f7f09f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2022-11-27

### Added

- Magnify piece when dragging by touch (#35).
Expand Down Expand Up @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- prettier-ignore-start -->
<!-- AUTO GENERATED BY @release-it/keep-a-changelog - START -->

[Unreleased]: https://github.com/mganjoo/gchessboard/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/mganjoo/gchessboard/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/mganjoo/gchessboard/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/mganjoo/gchessboard/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/mganjoo/gchessboard/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/mganjoo/gchessboard/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/apiSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
{
"name": "--piece-drag-coarse-scale",
"description": "Amount to scale up a piece when doing a\ncoarse (touch) drag. On mobile devices, pieces will be scaled up in size to\nmake them easier to see.",
"default": "1.5"
"default": "2.4"
},
{
"name": "--piece-padding",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gchessboard",
"version": "0.3.1",
"version": "0.4.0",
"description": "An accessible, customizable and dependency-free chessboard web component.",
"author": "Milind Ganjoo",
"homepage": "https://mganjoo.github.io/gchessboard",
Expand Down

0 comments on commit f7f09f2

Please sign in to comment.