Skip to content

Commit

Permalink
chore: 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Dec 1, 2018
1 parent a2c3e84 commit 4763985
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Pre-Initial Release

### v0.6.1

* Fix output location of declaration files ([#81](https://github.com/regal/regal/pull/81))

### v0.6.0

* Abstract `GameInstance` and `InstanceX` interfaces into public and internal interfaces ([#72](https://github.com/regal/regal/pull/72))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ The **Regal Game Library** is the official TypeScript library used by games on t

## Status

The library is currently at version `0.6.0`, and is considered pre-stable release. In other words, big things might change.
The library is currently at version `0.6.1`, and is considered pre-stable release. In other words, big things might change.

While you're welcome to help test the early versions, it's recommended that you don't use the library for any major projects until `1.0.0` is released.

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "regal",
"version": "0.6.0",
"version": "0.6.1",
"description": "TypeScript package for games developed in the Regal framework.",
"author": "Joe Cowman <joe.r.cowman@gmail.com> (http://joecowman.com)",
"license": "MIT",
Expand Down

0 comments on commit 4763985

Please sign in to comment.