Skip to content

Commit

Permalink
Merge pull request #313 from apollographql/side-effects
Browse files Browse the repository at this point in the history
Clearly identify that `graphql-tag` doesn't have side effects
  • Loading branch information
hwillson committed Jul 28, 2020
2 parents 3bd664b + 0d0b220 commit fbbb02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change log

### v2.11.0 (2020-07-28)

* `package.json` `sideEffects` changes to clearly identify that `graphql-tag` doesn't have side effects. <br/>
[@hwillson](http://github.com/hwillson) in [#313](https://github.com/apollographql/graphql-tag/pull/313)

### v2.10.4 (2020-07-08)

* Bump dev/peer deps to accommodate `graphql` 15. <br/>
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,10 +1,11 @@
{
"name": "graphql-tag",
"version": "2.10.4",
"version": "2.11.0",
"description": "A JavaScript template literal tag that parses GraphQL queries",
"main": "./lib/graphql-tag.umd.js",
"module": "./src/index.js",
"jsnext:main": "./src/index.js",
"sideEffects": false,
"scripts": {
"bundle": "rollup -c && cp src/index.js.flow lib/graphql-tag.umd.js.flow",
"test": "mocha test/graphql.js",
Expand Down

0 comments on commit fbbb02e

Please sign in to comment.