Skip to content

Commit 2ab5084

Browse files
committed
chore(release): 1.4.3
1 parent 7a4a29e commit 2ab5084

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.4.3](https://github.com/nuxt-modules/prismic/compare/v1.4.2...v1.4.3) (2023-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* transpile prismic dependencies correctly ([5be8b23](https://github.com/nuxt-modules/prismic/commit/5be8b23f9909c9d3a50773a6a5247ed1ae9643b3))
11+
12+
13+
### Chore
14+
15+
* GitHub org change ([d56bc86](https://github.com/nuxt-modules/prismic/commit/d56bc867040d6abd752e807be68c822297d0b3c3))
16+
17+
18+
### Documentation
19+
20+
* remove warning ([9d91b66](https://github.com/nuxt-modules/prismic/commit/9d91b66f4d45847309884b7526e3f58a8b7ba53c))
21+
* v3 release ([cde349f](https://github.com/nuxt-modules/prismic/commit/cde349f7e32f89fc21b25226f19ad6cecf94f171))
22+
523
### [1.4.2](https://github.com/nuxt-modules/prismic/compare/v1.4.1...v1.4.2) (2022-04-08)
624

725
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
55
"keywords": [
66
"nuxt",
@@ -44,4 +44,4 @@
4444
"engines": {
4545
"node": ">= v12.0.0"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)