Skip to content

Commit

Permalink
Merge pull request #171 from curveball/release-0.16-for-real
Browse files Browse the repository at this point in the history
Release 0.16 for real
  • Loading branch information
evert authored Jan 30, 2021
2 parents 8bbd331 + 5b427f4 commit 9fdb8b4
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 82 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.16.0 (2021-01-30)
-------------------

* This release is identical to the last


0.16.0-beta.0 (2021-01-10)
--------------------------

Expand Down
163 changes: 88 additions & 75 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curveball/core",
"version": "0.15.0",
"version": "0.16.0-beta.0",
"description": "Curveball is a framework writting in Typescript for Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,17 +37,17 @@
"@types/chai": "^4.2.14",
"@types/co-body": "^5.1.0",
"@types/mocha": "^8.2.0",
"@types/node": "^12.19.12",
"@types/node-fetch": "^2.5.7",
"@types/node": "^12.19.15",
"@types/node-fetch": "^2.5.8",
"@types/sinon": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"sinon": "^9.2.3",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
Expand Down

0 comments on commit 9fdb8b4

Please sign in to comment.