Skip to content

Commit 2e7b2c3

Browse files
chore(main): release 1.2.1 (#44)
* chore(main): release 1.2.1 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3923f3 commit 2e7b2c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.2.0...v1.2.1) (2023-03-04)
4+
5+
### 🧹 Miscellaneous
6+
7+
- fix error during postinstall ([#43](https://github.com/tobiasdiez/nuxt-graphql-server/issues/43)) ([c3923f3](https://github.com/tobiasdiez/nuxt-graphql-server/commit/c3923f3290b6ec73db340418f551d34b84e8088e))
8+
39
## [1.2.0](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.6...v1.2.0) (2023-03-04)
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": "1.2.0",
3+
"version": "1.2.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)