# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- None

## [1.2.3](https://github.com/njosefbeck/gatsby-plugin-stripe-checkout/compare/v1.2.2...v1.2.3) - 2019-09-12
### Changed
- Update cross-env from [5.2.0 to 5.2.1](https://github.com/kentcdodds/cross-env/releases).
- Update eslint from [6.1.0 to 6.3.0](https://github.com/eslint/eslint/releases).
- Update eslint-config-prettier from [6.0.0 to 6.3.0](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md).

## [1.2.2](https://github.com/njosefbeck/gatsby-plugin-stripe/compare/v1.2.1...v1.2.2) - 2019-07-26
### Changed
- Update eslint from [5.16.0 to 6.1.0](https://github.com/eslint/eslint/releases).
- Update eslint-config-prettier from [4.3.0 to 6.0.0](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md).
- Update eslint-plugin-import from [2.17.2 to 2.18.2](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md).
- Update prettier from [1.17.1 to 1.18.2](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).

## [1.2.1](https://github.com/njosefbeck/gatsby-plugin-stripe/compare/v1.2.0...v1.2.1) - 2019-05-24
### Changed
- Add CODE_OF_CONDUCT.md
- Add ESLint & Prettier to be consistent across all projects
- Update build configuration to be inline with other gatsby plugin projects
- Update README to link to the new Stripe Checkout
- Update [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) from 4.1.0 to 4.3.0
- Update [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) from 2.17.0 to 2.17.2
- Update [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) from 3.0.1 to 3.1.0
- Update [prettier](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) from 1.17.0 to 1.17.1

## [1.2.0](https://github.com/njosefbeck/gatsby-plugin-stripe/compare/v1.1.0...v1.2.0) - 2018-12-27
### Changed
- Add id to script tag, as recommended [here](https://github.com/stripe/react-stripe-elements#loading-stripejs-asynchronously). Thanks @delanebob for the suggestion.

## [1.1.0](https://github.com/njosefbeck/gatsby-plugin-stripe/compare/v1.0.1...v1.1.0) - 2018-12-04
### Changed
- Add config option to allow a user to async load the script tag as described [here](https://github.com/stripe/react-stripe-elements#loading-stripejs-asynchronously). Thanks @nikoladev for cleaning up the code.

## 1.0.1 - 2018-11-20
### Changed
- Move dependencies to devDependencies to prevent dependency pollution.

## 1.0.0 - 2018-11-16
### Changed
- Create project.
