Skip to content

Commit

Permalink
Merge branch 'master' into 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Nov 11, 2018
2 parents aabbff4 + 8e6bb93 commit 1efe56c
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Pre-Initial Release

### v0.4.1

* Update dependencies

### v0.4.0

**Agents**
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.4.0`, and is considered pre-stable release. In other words, big things might change.
The library is currently at version `0.4.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
60 changes: 30 additions & 30 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "regal",
"version": "0.4.0",
"version": "0.4.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 Expand Up @@ -56,24 +56,24 @@
"cosmiconfig": "^5.0.6"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.7",
"@types/cosmiconfig": "^5.0.3",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"chai": "^4.2.0",
"commitizen": "^2.10.1",
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"prettier": "1.14.2",
"readline": "^1.3.0",
"source-map-support": "^0.5.6",
"ts-node": "^6.1.2",
"source-map-support": "^0.5.9",
"ts-node": "^6.2.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.0.3",
"util": "^0.11.0"
"typescript": "^3.1.6",
"util": "^0.11.1"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 1efe56c

Please sign in to comment.