Skip to content

Commit 30dccb9

Browse files
committed
chore(release): 1.0.0
1 parent 2b883d0 commit 30dccb9

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](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.5...v1.0.0) (2022-12-20)
6+
7+
8+
### Features
9+
10+
* allow querying only documents of a certain type ([2b883d0](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/2b883d06b253060c221f259d83531811f8d16a19))
11+
12+
13+
### Bug Fixes
14+
15+
* log error for debugging purpose on serverless ([f7e25d5](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/f7e25d5337c87d51073caefbaa72d69c1896b117))
16+
17+
18+
### Chore
19+
20+
* **deps:** maintain dependencies ([1af9e7c](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/1af9e7c76dfbe2f99c70f1afaafdb4503362fd86))
21+
522
## [1.0.0-beta.5](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-07-26)
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.5",
3+
"version": "1.0.0",
44
"description": "Eleventy plugin and shortcodes to fetch and present Prismic content",
55
"keywords": [
66
"eleventy",

0 commit comments

Comments
 (0)