Skip to content

Commit 07af357

Browse files
committed
chore(release): 1.0.0-beta.1
1 parent d4ac98b commit 07af357

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-03-02)
6+
7+
8+
### Chore
9+
10+
* **deps:** maintain dependencies ([6b2de87](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/6b2de876c625174490d10f8b1eb901c98cf48c6c))
11+
12+
13+
### Refactor
14+
15+
* `@prismicio/client` now supports repository name ([d4ac98b](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/d4ac98b7a664d74214d6ca713ebb93725fa66f14))
16+
517
## [1.0.0-beta.0](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v0.2.1...v1.0.0-beta.0) (2022-02-23)
618

719

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.0",
3+
"version": "1.0.0-beta.1",
44
"description": "Eleventy plugin and shortcodes to fetch and present Prismic content",
55
"keywords": [
66
"eleventy",

0 commit comments

Comments
 (0)