Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l12s-bot committed Nov 14, 2020
1 parent 1d851f8 commit 700dfdc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 31 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.0.0](https://github.com/little-core-labs/gqlr/compare/v1.2.0...v2.0.0)

### Merged

- feat: better errors [`#17`](https://github.com/little-core-labs/gqlr/pull/17)
- chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 [`#16`](https://github.com/little-core-labs/gqlr/pull/16)
- chore(deps-dev): bump fetch-cookie from 0.10.1 to 0.11.0 [`#15`](https://github.com/little-core-labs/gqlr/pull/15)
- chore(deps-dev): bump @12core/eslint-config-12core from 2.0.1 to 3.0.0 [`#14`](https://github.com/little-core-labs/gqlr/pull/14)
- chore(deps-dev): bump @12core/eslint-config-12core from 1.0.3 to 2.0.0 [`#13`](https://github.com/little-core-labs/gqlr/pull/13)

### Commits

- **Breaking change:** feat: better errors [`6121411`](https://github.com/little-core-labs/gqlr/commit/6121411bf369a814ba156957b4af0c45c303dec0)
- docs: fix a missing documented argument in rawRequest [`012e8a8`](https://github.com/little-core-labs/gqlr/commit/012e8a8bb0014625cb3f2320b3822fb8d4d48ca3)

## [v1.2.0](https://github.com/little-core-labs/gqlr/compare/v1.1.1...v1.2.0) - 2020-10-22

### Merged
Expand Down
30 changes: 0 additions & 30 deletions cjs/types.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqlr",
"version": "1.2.0",
"version": "2.0.0",
"description": "WIP: (g)raph(ql)-(r)equest. A simplified fork of graphql-request",
"type": "module",
"main": "cjs/index.js",
Expand Down

0 comments on commit 700dfdc

Please sign in to comment.