Skip to content

Commit

Permalink
chore: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Nov 14, 2018
1 parent 5398c53 commit ef017a5
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Pre-Initial Release

### v0.5.0

* Refactors the library structure

**Random**
* Adds the Random component (through `InstanceRandom`)

**Config**
* Adds `seed` config option for controlling the Random component

### v0.4.1

* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4.1`, and is considered pre-stable release. In other words, big things might change.
The library is currently at version `0.5.0`, 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
50 changes: 43 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regal",
"version": "0.4.1",
"version": "0.5.0",
"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 Expand Up @@ -53,7 +53,7 @@
"tabWidth": 4
},
"dependencies": {
"cosmiconfig": "^5.0.6",
"cosmiconfig": "^5.0.7",
"prando": "^5.0.0"
},
"devDependencies": {
Expand All @@ -71,7 +71,7 @@
"source-map-support": "^0.5.9",
"ts-node": "^6.2.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-prettier": "^1.16.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.1.6",
"util": "^0.11.1"
Expand Down

0 comments on commit ef017a5

Please sign in to comment.