Skip to content

Commit d1fc004

Browse files
committed
chore(release): 1.2.3
1 parent 15707bd commit d1fc004

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.2.3](https://github.com/nuxt-community/prismic-module/compare/v1.2.1...v1.2.3) (2020-07-17)
6+
7+
8+
### Bug Fixes
9+
10+
* handle nuxt globalname option ([4d9e30b](https://github.com/nuxt-community/prismic-module/commit/4d9e30b1ae53c1718cde23844ef8a9d87d39c840))
11+
* prevent fatal on api failure ([2d3f043](https://github.com/nuxt-community/prismic-module/commit/2d3f0430aaf38ecf8686806cf85fa1faaaba1782))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Add Prismic to your NuxtJS project",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)