diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..29850cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ + +# [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)) + + + + +# [1.4.0](https://github.com/DethAriel/ng2-recaptcha/compare/v1.3.2...v1.4.0) (2016-10-28) + +Added AoT compilation support diff --git a/package.json b/package.json index 3b0b364..79fce19 100644 --- a/package.json +++ b/package.json @@ -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",