Skip to content

Commit d957bea

Browse files
authored
chore(release): 1.2.4 (#102)
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
1 parent aaa04f4 commit d957bea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [1.2.4](https://github.com/nuxt-community/prismic-module/compare/v1.2.3...v1.2.4) (2020-09-10)
6+
7+
8+
### Bug Fixes
9+
10+
* use custom preview page if exists ([#101](https://github.com/nuxt-community/prismic-module/issues/101)) ([39d9dd5](https://github.com/nuxt-community/prismic-module/commit/39d9dd55a9e9c3540c6a377cb3e484121466265d))
11+
512
### [1.2.3](https://github.com/nuxt-community/prismic-module/compare/v1.2.1...v1.2.3) (2020-07-17)
613

714

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Add Prismic to your NuxtJS project",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "npm run lint && npm run unit",
88
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
9+
"standard-version": "standard-version",
910
"unit": "jest",
1011
"lint": "eslint src"
1112
},

0 commit comments

Comments
 (0)