We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689174e commit 3d7df78Copy full SHA for 3d7df78
README.md
@@ -47,6 +47,10 @@ body {
47
48
## Release History
49
50
+* 0.2.2
51
+ * ADD: meta tag charset
52
+ * ADD: AMP library script tag
53
+ * BUG: Options parameter not passing
54
* 0.2.1
55
* ADD: inline styles
56
* ADD: amp-img tag
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ampify",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)",
5
"main": "index.js",
6
"devDependencies": {
0 commit comments