diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b03268..c2c7d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.0.3 - 2021-08-11 +## 2.0.4 - 2022-01-12 + +Upgrade dependencies + +## 2.0.3 - 2021-08-11 Upgrade dependencies diff --git a/LICENSE b/LICENSE index df577a5..1b6ea2a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Sveriges Television AB +Copyright (c) 2019-2022 Sveriges Television AB Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index df96eb3..b1c47cc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ fragment, so two identical fragments will be merged into one. ## License -Copyright (c) 2019-2021 Sveriges Television AB. +Copyright (c) 2019-2022 Sveriges Television AB. graphql-defragmentizer is released under the [MIT License](LICENSE). diff --git a/package.json b/package.json index 0c73dc9..92f0edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-defragmentizer", - "version": "2.0.3", + "version": "2.0.4", "description": "Library for building GraphQL queries from fragments. Goes nicely with React.", "main": "./distribution/index.js", "scripts": {