Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sowinski authored and Jakub Sowinski committed Nov 5, 2019
1 parent 9576b3e commit 0295709
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.1.4 (2019-11-05)


### Features

* added automated test coverage calculation ([49f7851](https://github.com/soofka/webpack-bundle-content-validator/commit/49f7851e2a418335abbc59731b0fcb9b0ea66b4f))
* added CI badges to README ([c5f51fc](https://github.com/soofka/webpack-bundle-content-validator/commit/c5f51fcfca54639491572d5b8025bc47e9b976f5))
* added full unit tests ([acc5112](https://github.com/soofka/webpack-bundle-content-validator/commit/acc51127dde586affa4bce8a9e6587bae9073795))
* added security check with snyk ([9576b3e](https://github.com/soofka/webpack-bundle-content-validator/commit/9576b3e05f36ea2cd681d1df8dc7bc4106cab624))
* added travis.yml ([5e33074](https://github.com/soofka/webpack-bundle-content-validator/commit/5e3307489dbdd923ef29b42753752783d90ae0c7))
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,6 +1,6 @@
{
"name": "webpack-bundle-content-validator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Webpack plugin and CLI tool for Webpack bundle content validation",
"keywords": [
"webpack",
Expand Down

0 comments on commit 0295709

Please sign in to comment.