Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 24, 2023
1 parent e679b27 commit c71ea07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [3.1.0](https://github.com/nuxt-modules/prismic/compare/v3.0.3...v3.1.0) (2023-10-24)


### Features

* allow `endpoint` to be optional, fixes [#199](https://github.com/nuxt-modules/prismic/issues/199) ([0eb67c1](https://github.com/nuxt-modules/prismic/commit/0eb67c178825f286f48edf2bcf3a6e90d828c903))
* support environments ([#202](https://github.com/nuxt-modules/prismic/issues/202)) ([ec6dcc9](https://github.com/nuxt-modules/prismic/commit/ec6dcc9e22b338b8f54f0e98b1a0a07eac850935))


### Chore

* **deps:** maintain dependencies ([91c95c8](https://github.com/nuxt-modules/prismic/commit/91c95c8f3e87b4bfc9b147cc14fabf1dcbbf3d29))
* **deps:** update minimal example ([0e00bfc](https://github.com/nuxt-modules/prismic/commit/0e00bfc734469b9e218f5613969f03fa808c966b))

### [3.0.3](https://github.com/nuxt-modules/prismic/compare/v3.0.2...v3.0.3) (2023-09-26)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/prismic",
"version": "3.0.3",
"version": "3.1.0",
"description": "Easily connect your Nuxt 3 application to your content hosted on Prismic",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -73,4 +73,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c71ea07

Please sign in to comment.