Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 5, 2020
1 parent 29a19bf commit 9a40fe6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,28 @@
# 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]

### Changed

- Upgrade to ESLint v6
- Update to use `eslint:recommended` as a baseline.
- Update to latest `eslint-config-airbnb` and its dependencies.
- Update package metadata
- Add MIT license
- Add more npm keywords
- Whitelist files to be published to npm

## [0.1.1](https://github.com/wagtail/eslint-config-wagtail/releases/tag/v0.1.1) - 2016-09-26

### Changed

- Fix JSX prop indentation level

## [0.1.0](https://github.com/wagtail/eslint-config-wagtail/releases/tag/v0.1.0) - 2016-06-16

- Initial release

0 comments on commit 9a40fe6

Please sign in to comment.