Skip to content

Commit 553cd97

Browse files
committed
chore(release): v1.1.1
1 parent 4d1c265 commit 553cd97

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.1.1
5+
6+
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.1.0...v1.1.1)
7+
8+
### 🩹 Fixes
9+
10+
- Add missing --bump flag to changelogen release command ([4d1c265](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/4d1c265))
11+
12+
### ❤️ Contributors
13+
14+
- Tiago Boeing ([@tiagoboeing](https://github.com/tiagoboeing))
15+
416
## v1.1.0
517

618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gql-federation-schema-parser",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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)