Skip to content

Commit d8d1d38

Browse files
committed
chore(release): v1.2.2
1 parent 82ba866 commit d8d1d38

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.2.2
5+
6+
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.2.1...v1.2.2)
7+
8+
### 🤖 CI
9+
10+
- Move npm publish job from build to release workflow ([82ba866](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/82ba866))
11+
12+
### ❤️ Contributors
13+
14+
- Tiago Boeing ([@tiagoboeing](https://github.com/tiagoboeing))
15+
416
## v1.2.1
517

618
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.2.0...v1.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiagoboeing/gql-federation-schema-parser",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "CLI tool to parse GraphQL schemas and generate TypeScript definitions for use in a GraphQL Federation gateway.",
55
"main": "build/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)