Skip to content

Commit

Permalink
update CHANGELOG and package.json for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed May 29, 2023
1 parent 2fd4dc2 commit 9de16ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.5.0] - 2023-05-29

### Fixed
- Fixed bug with `position->fen` function ([Issue #47](https://github.com/oakmac/chessboard2/issues/47) - thank you [@gdm3](https://github.com/gdm3)!)

## [0.4.0] - 2023-04-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript Chessboard Component v2",
"license": "ISC",
"name": "@chrisoakman/chessboard2",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://chessboardjs.com/v2",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src-cljs/com/oakmac/chessboard2/feature_flags.cljs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns com.oakmac.chessboard2.feature-flags)

;; NOTE: we want this 'false' for public releases
(def runtime-checks? true)
(def runtime-checks? false)

0 comments on commit 9de16ce

Please sign in to comment.