Skip to content

Commit b5160e5

Browse files
committed
Update version and changelog
1 parent 040a0bb commit b5160e5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 2.0.3 - 2021-08-11
1+
## 2.0.4 - 2022-01-12
2+
3+
Upgrade dependencies
4+
5+
## 2.0.3 - 2021-08-11
26

37
Upgrade dependencies
48

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Sveriges Television AB
3+
Copyright (c) 2019-2022 Sveriges Television AB
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fragment, so two identical fragments will be merged into one.
138138

139139
## License
140140

141-
Copyright (c) 2019-2021 Sveriges Television AB.
141+
Copyright (c) 2019-2022 Sveriges Television AB.
142142

143143
graphql-defragmentizer is released under the [MIT License](LICENSE).
144144

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-defragmentizer",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Library for building GraphQL queries from fragments. Goes nicely with React.",
55
"main": "./distribution/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)