Skip to content

Commit acd300c

Browse files
committed
chore(release): 0.3.0
1 parent 3b8f40e commit acd300c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3.0](https://github.com/nuxt-community/amp-module/compare/v0.2.4...v0.3.0) (2020-07-16)
6+
7+
8+
### Features
9+
10+
* support static site generation on Nuxt 2.13+ ([31f27ad](https://github.com/nuxt-community/amp-module/commit/31f27ad3fbe805aa34a91fa9a894cede42560f36))
11+
* upgrade amp-carousel to v0.2 ([c82f49e](https://github.com/nuxt-community/amp-module/commit/c82f49e753c792a8c222689658f624ca7ce0f07e)), closes [#150](https://github.com/nuxt-community/amp-module/issues/150)
12+
13+
14+
### Bug Fixes
15+
16+
* add amp-lightbox-gallery regex ([ce43a80](https://github.com/nuxt-community/amp-module/commit/ce43a80673005a3bd5932d336e7cef282fac13eb)), closes [#153](https://github.com/nuxt-community/amp-module/issues/153)
17+
518
### [0.2.4](https://github.com/nuxt-community/amp-module/compare/v0.2.3...v0.2.4) (2020-03-24)
619

720

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/amp",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "AMP Module for Nuxt",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)