# Change Log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 1.0.8

### Fixed/Updated
- Fixed Security Vulnerability ([#52][52])

[52]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/52

## 1.0.7

### Fixed/Updated
- Dependency Updates: @babel/core, @babel/eslint-parser, @babel/preset-env, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-react, json5 ([#49][49])

[49]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/49

## 1.0.6

### Fixed/Updated

- Dependency Updates: @babel/core, @babel/eslint-parser, @babel/preset-env, @babel/preset-react, eslint-plugin-import ([#43][43])

  [43]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/43

## 1.0.5

### Fixed/Updated

- Update CircleCI config to use `GITHUB_TOKEN` as `DANGER_GITHUB_API_TOKEN` ([#37][37])([#38][38])
- Update packages to address security alerts ([#32][32])([#33][33])([#39][39])

[32]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/32
[33]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/33
[37]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/37
[38]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/38
[39]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/39

## 1.0.4

### Fixed/Updated

- Update CircleCI config to use node orb with node LTS version ([#29][29])

[29]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/29

## 1.0.3

**Note**: `1.0.3` is basically the same as `1.0.2`, which was published and deleted during testing.

### Fixed/Updated

- Update README and add LICENSE ([#24][24])
- Update CirclCI config to publish to npm ([#25][25])

[24]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/24
[25]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/25

## 1.0.1

### Fixed/Updated

- Update `node-fetch` to fix security vulnerability ([#19][19])
- Update `minimist` to fix security vulnerability ([#21][21])

[19]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/19
[21]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/21

## 1.0.0

### Breaking

- Upgrade all packages to latest. `eslint-config-pantheon` is now compatible with `eslint ^7.5.0 || ^8.0.0` ([#15][15])

[15]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/15

## 0.2.1

### Fixed/Updated

- Update `node` to version 16 ([#12][12])

[12]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/12

## 0.2.0

### Fixed/Updated

- Add config for react linting ([#7][7])

[7]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/7

## 0.1.0

### Added

- ESLint with different config options ([#1][1])
- Add Pull Request Template ([#2][2])
- Add CircleCI Configuration to Publish Library

[1]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/1
[2]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/2
[3]: https://github.com/pantheon-systems/eslint-config-pantheon/pull/3
