Skip to content

Commit 41e9ea1

Browse files
committed
chore(release): v1.4.0
1 parent 5030c9c commit 41e9ea1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.4.0
5+
6+
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.3.0...v1.4.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Integrate lodash for string case transformations ([#4](https://github.com/tiagoboeing/graphql-federation-schema-parser/pull/4))
11+
12+
### 📖 Documentation
13+
14+
- Add comprehensive documentation and improve README ([4cd9738](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/4cd9738))
15+
16+
### ❤️ Contributors
17+
18+
- Tiago Boeing ([@tiagoboeing](https://github.com/tiagoboeing))
19+
420
## v1.3.0
521

622
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.2.2...v1.3.0)

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.3.0",
3+
"version": "1.4.0",
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)