Skip to content

Commit f3bbea6

Browse files
committed
chore(release): 0.5.2
1 parent 40d4954 commit f3bbea6

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.5.2](https://github.com/nuxt-community/amp-module/compare/v0.5.1...v0.5.2) (2020-12-27)
6+
7+
8+
### Features
9+
10+
* add option to control inline styles ([4c3e2d5](https://github.com/nuxt-community/amp-module/commit/4c3e2d598ab5bd54e5efab8dd287b5fa57df53e8))
11+
* **styling:** keep Nuxt style when `css=false` ([#218](https://github.com/nuxt-community/amp-module/issues/218)) ([fdad34b](https://github.com/nuxt-community/amp-module/commit/fdad34b09534392cd6009b4f1a9eaec41c37eb6b))
12+
13+
14+
### Bug Fixes
15+
16+
* **validator:** add `isAMP` to req object ([40d4954](https://github.com/nuxt-community/amp-module/commit/40d4954ff28d3eabfdb7b1c0a8ad1057867a21b6))
17+
* disable sanitizer for amp custom styles ([93a0964](https://github.com/nuxt-community/amp-module/commit/93a0964a59173d916681c2db347c5e183213f0b1))
18+
* **styles:** do not remove external styles of font providers ([#217](https://github.com/nuxt-community/amp-module/issues/217)) ([c71406b](https://github.com/nuxt-community/amp-module/commit/c71406bb80438abfc61d9b8afd7ede83ef97dbbb))
19+
520
### [0.5.1](https://github.com/nuxt-community/amp-module/compare/v0.5.0...v0.5.1) (2020-12-15)
621

722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/amp",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "AMP Module for Nuxt",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)