Skip to content

Commit

Permalink
chore: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Turtiainen committed Mar 21, 2019
1 parent a58f390 commit 8f9c403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fromfrom",
"version": "1.0.1",
"version": "1.1.1",
"description": "LINQ inspired library to transform sequences of data",
"keywords": [
"LINQ",
Expand Down Expand Up @@ -38,7 +38,7 @@
"playground:watch": "webpack -w --config ./docs/webpack.config.js",
"prebuild": "rimraf dist",
"report-coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"semantic-release": "semantic-release",
"semantic-release": "semantic-release --no-ci",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"start": "rollup -c rollup.config.ts -w",
"test": "jest --coverage",
Expand Down

0 comments on commit 8f9c403

Please sign in to comment.