Skip to content

Commit

Permalink
chore(misc): bump version; add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Jan 24, 2017
1 parent 25d4246 commit cfa0498
Show file tree
Hide file tree
Showing 2 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 @@
<a name="1.5.0"></a>
# [1.5.0](https://github.com/DethAriel/ng2-recaptcha/compare/v1.4.0...v1.5.0) (2017-01-24)


### Bug Fixes

* **component:** correctly emit `resolved` event ([25d4246](https://github.com/DethAriel/ng2-recaptcha/commit/25d4246))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/DethAriel/ng2-recaptcha/compare/v1.3.2...v1.4.0) (2016-10-28)

Added AoT compilation support
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ng2-recaptcha",
"version": "1.4.0",
"version": "1.5.0",
"description": "Angular 2 component for Google reCAPTCHA",
"scripts": {
"transpile": "./node_modules/.bin/ngc -p ./tsconfig.json",
"clean": "./node_modules/.bin/del-cli \"./recaptcha/**/*.+(js|d.ts|js.map|metadata.json)\" \"./ng2-recaptcha.*+(js|d.ts|js.map|metadata.json)\" factories",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint:prod": "./node_modules/.bin/tslint --project ./tsconfig.json --type-check",
"lint": "npm run lint:prod -- --force",
"compile:prod": "npm run clean && npm run lint:prod && npm run transpile",
Expand Down

0 comments on commit cfa0498

Please sign in to comment.