Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1654 from gil--/patch-4
Browse files Browse the repository at this point in the history
Add latest API Version (October 2020)
  • Loading branch information
atesgoral authored Oct 22, 2020
2 parents 2997120 + 87de60b commit 82fe8eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/koa-shopify-graphql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->

- The `ApiVersion` enum now has an `October20` option

## [4.0.3] - 2020-10-20

- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
Expand All @@ -19,11 +21,11 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2020-05-01

= The `ApiVersion` enum now has an `April20` and `July20` options
= The `ApiVersion` enum now has a `April20` and `July20` options

## [3.3.0] - 2020-02-19

= The `ApiVersion` enum now has an `January20` and `April20` options
= The `ApiVersion` enum now has a `January20` and `April20` options

## [3.2.0] - 2010-10-02

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export enum ApiVersion {
January20 = '2020-01',
April20 = '2020-04',
July20 = '2020-07',
October20 = '2020-10',
Unstable = 'unstable',
Unversioned = 'unversioned',
}
Expand Down

0 comments on commit 82fe8eb

Please sign in to comment.