Skip to content

Commit

Permalink
chore(release): 0.2.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 10, 2022
1 parent 8a9fd4c commit 8568c8b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

### [0.2.1-alpha.0](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v0.2.0...v0.2.1-alpha.0) (2022-01-10)


### Bug Fixes

* improve output page resolving to prevent conflict ([3a34dc2](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/3a34dc29d7f827360f66f74e089d381e9b323128))
* redirect loop on Netlify ([ff89220](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/ff892203cdf0e02f7e2fcc0464d0f8fbc9d368b7))
* set up environment variable during preview resolving too ([1418aca](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/1418aca306c6c4d000e85218465f3df8ca28ff00))


### Documentation

* document `.gitignore` setup ([c01f62a](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/c01f62a33d7070a5cd16e1787e58e827a341f59b))
* update 0.1.x migration guide ([c4aacf4](https://github.com/prismicio-community/eleventy-plugin-prismic/commit/c4aacf49c1dc1a555b1c312bba7339f321bd8cb1))

## [0.2.0](https://github.com/prismicio-community/eleventy-plugin-prismic/compare/v0.1.5...v0.2.0) (2022-01-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-prismic",
"version": "0.2.0",
"version": "0.2.1-alpha.0",
"description": "Eleventy plugin and shortcodes to fetch and present Prismic content",
"keywords": [
"eleventy",
Expand Down

0 comments on commit 8568c8b

Please sign in to comment.