Skip to content

Commit b073fc1

Browse files
committed
chore(release): 1.0.0-beta.3
1 parent 4fef318 commit b073fc1

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0.0-beta.3](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* change `auto` to `thumbnails` for consistency
11+
12+
### Chore
13+
14+
* **deps:** maintain dependencies ([57db3e5](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/57db3e58dc6ab8cedeb93dcc73e01a01cd0ef5ac))
15+
* maintain template ([c3f11e1](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/c3f11e18fdd8b45de557a896bd01e1f96130590d))
16+
17+
18+
### Refactor
19+
20+
* change `auto` to `thumbnails` for consistency ([4fef318](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/4fef318b9056fdbf6a6ea3005eaa2776af1134c7))
21+
522
## [1.0.0-beta.2](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-03-15)
623

724

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plugin-prismic",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Eleventy plugin and shortcodes to fetch and present Prismic content",
55
"keywords": [
66
"eleventy",

0 commit comments

Comments
 (0)