Skip to content

Commit

Permalink
Prepped for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Dec 10, 2021
1 parent b0d705f commit 2b3a48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2021-12-10

### Added

Expand All @@ -20,8 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### New Features

- Added `renderColumn(col: number, row: number): APRenderRep` function to all `stacking-expanding` games. This will return a separate JSON render for *just* the expanded stack.
- Click handling, including extensive validation and localized error messages, has been added to all games!
- Added `renderColumn(col: number, row: number): APRenderRep` function to all `stacking-expanding` games. This will return a separate JSON render for *just* the expanded stack. This should greatly improve performance.

## [0.4.0] - 2021-11-15

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstractplay/gameslib",
"version": "0.4.0",
"version": "0.5.0",
"description": "TypeScript implementations of the core Abstract Play games, intended to be wrapped by the front- and backends",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 2b3a48c

Please sign in to comment.