Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elondaits committed Mar 24, 2024
1 parent 5193718 commit d9a3ff8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.8.0]

### Added

- Added an optional demo mode that loops with the title screen. (Enable with `showDemo` config key.)
- Added optional descriptions for the bot types. (Enable with `showBotTypeTips` config key.)
- Hid console debug messages (activate with the `debugLog` config key).

## Modified

- Fixed the 'watch' gulp task.

## [1.7.2]

### Modified
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradient-descent",
"version": "1.7.2",
"version": "1.8.0",
"description": "A game of learning the concepts behind gradient descent by exploring the depths looking for treasure",
"repository": "github:IMAGINARY/gradient-descent",
"author": "Eric Londaits <[email protected]>",
Expand Down

0 comments on commit d9a3ff8

Please sign in to comment.