Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazakov committed Jul 1, 2022
1 parent 31312c2 commit aae356a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

* 0.7.0
* ADD: Implement amp-form tag
* ADD: Implement amp-iframe tags
* 0.6.0
* ADD: Ability to concat all custom styles to a single `style` tag
* ADD: Ability to add canonical URL
Expand Down
4 changes: 2 additions & 2 deletions 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": "ampify",
"version": "0.6.0",
"version": "0.7.0",
"description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit aae356a

Please sign in to comment.