typed-html
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -0,1 +1,10 @@ | ||
## [0.6.2](https://github.com/nicojs/typed-html/compare/v0.6.1...v0.6.2) (2018-12-21) | ||
### Bug Fixes | ||
* **typings:** Don't publish *.tsx files to npm ([a65b272](https://github.com/nicojs/typed-html/commit/a65b272)) | ||
## [0.6.1](https://github.com/nicojs/typed-html/compare/v0.6.0...v0.6.1) (2018-12-21) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "typed-html", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "TypeSafe HTML templates using TypeScript. No need to learn a template library.", | ||
@@ -18,2 +18,3 @@ "main": "src/elements.js", | ||
"version": "npm run generate-changelog", | ||
"postversion": "npm publish && git push && git push --tags", | ||
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
@@ -20,0 +21,0 @@ "start": "tsc -w -p .", |
35279
9
607