Skip to content

Commit a17dbbe

Browse files
committed
chore(release): 1.0.0-beta.2
1 parent e7a77f2 commit a17dbbe

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.2](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-03-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* resolve link context page automatically
11+
12+
### Refactor
13+
14+
* resolve link context page automatically ([0bf2fa1](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/0bf2fa10eb669665c4da7b37ea759d840d11f168))
15+
16+
17+
### Documentation
18+
19+
* add previous doc links ([5ad62e5](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/5ad62e5da4871d98473b691e0085047c6f317458))
20+
* typos ([fcf734b](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/fcf734bd23460a51a83e2f339e1bf63e7188ae5b))
21+
22+
23+
### Chore
24+
25+
* **deps:** maintain dependencies ([6db3370](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/6db33709c083e324321d7a237b8e08a2e0c9b1f0))
26+
527
## [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)
628

729

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

0 commit comments

Comments
 (0)