Skip to content

Commit

Permalink
chore(release): 1.2.4 (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: lihbr <[email protected]>
  • Loading branch information
lihbr and lihbr authored Sep 11, 2020
1 parent aaa04f4 commit d957bea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.2.4](https://github.com/nuxt-community/prismic-module/compare/v1.2.3...v1.2.4) (2020-09-10)


### Bug Fixes

* 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))

### [1.2.3](https://github.com/nuxt-community/prismic-module/compare/v1.2.1...v1.2.3) (2020-07-17)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@nuxtjs/prismic",
"version": "1.2.3",
"version": "1.2.4",
"description": "Add Prismic to your NuxtJS project",
"main": "src/index.js",
"scripts": {
"test": "npm run lint && npm run unit",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"standard-version": "standard-version",
"unit": "jest",
"lint": "eslint src"
},
Expand Down

0 comments on commit d957bea

Please sign in to comment.