Skip to content

Commit a8ec8fe

Browse files
chore(main): release 1.2.1 (#78)
* 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 b9fb1ee commit a8ec8fe

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-
{ ".": "1.2.0" }
1+
{ ".": "1.2.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+
## [1.2.1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.2.0...v1.2.1) (2024-07-09)
4+
5+
### 🧹 Miscellaneous
6+
7+
- rename prepare to dev:prepare in package.json to fix publish process ([#77](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/77)) ([b9fb1ee](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/b9fb1eee893975282782a6e0a4edf2bc9ac9516c))
8+
39
## [1.2.0](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.6...v1.2.0) (2024-07-09)
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": "@as-integrations/h3",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "An Apollo Server integration for use with h3 or Nuxt",
55
"repository": "github:apollo-server-integrations/apollo-server-integration-h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)