Skip to content

Commit 5abef28

Browse files
chore(main): release 3.1.1 (#103)
* chore(main): release 3.1.1 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc0967d commit 5abef28

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "3.1.0" }
1+
{ ".": "3.1.1" }

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.0...v3.1.1) (2024-07-10)
4+
5+
### 🧹 Miscellaneous
6+
7+
- push changes to release files only if there is a pull request ([#102](https://github.com/tobiasdiez/nuxt-graphql-server/issues/102)) ([cc0967d](https://github.com/tobiasdiez/nuxt-graphql-server/commit/cc0967d3f5d8bde84c95ce6a13f89a323279f848))
8+
39
## [3.1.0](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.0.0...v3.1.0) (2024-07-10)
410

511
### 🔖 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-graphql-server",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Easy GraphQL server implementation with Nuxt",
55
"repository": "https://github.com/tobiasdiez/nuxt-graphql-server",
66
"license": "MIT",

0 commit comments

Comments
 (0)