Skip to content

Commit

Permalink
Merge pull request #16 from marxjmoura/v0.1.4
Browse files Browse the repository at this point in the history
Bump to version 0.1.4
  • Loading branch information
marxjmoura authored Oct 26, 2019
2 parents 4b9a893 + 8ab2ac2 commit 100df3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const webpack = require('webpack');
const path = require('path');

const header = `InOut.js v0.1.3 (https://github.com/marxjmoura/inoutjs)
const header = `InOut.js v0.1.4 (https://github.com/marxjmoura/inoutjs)
Copyright (c) 2018-present Marx J. Moura (https://github.com/marxjmoura)
Licensed under MIT (https://github.com/marxjmoura/inoutjs/blob/master/LICENSE)`;

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v0.1.4](https://github.com/marxjmoura/inoutjs/releases/tag/v0.1.4) (2019-10-26)
### Notes:
- Update dependencies
- Update copyright

## [v0.1.3](https://github.com/marxjmoura/inoutjs/releases/tag/v0.1.3) (2019-01-21)
### Notes:
- Fix badge for gzip size in README
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inoutjs",
"title": "InOut.js",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/marxjmoura/inoutjs",
"author": "Marx JMoura",
"license": "MIT",
Expand Down

0 comments on commit 100df3d

Please sign in to comment.