Skip to content

Commit

Permalink
add CHANGELOG.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDevice committed Jun 22, 2020
1 parent 8268600 commit d2a7d45
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] update `CHANGELOG.md`
9 changes: 8 additions & 1 deletion .yaspellerrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"lang": "en",
"ignoreCapitalization": true,
"dictionary": [
"mixins"
"Changelog",
"ES",
"Unreleased",
"Versioning",
"devDependencies",
"mixins",
"peerDependencies"
]
}
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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]
### Added
- Added [lint-staged](https://github.com/okonet/lint-staged).
- Added spell checking for `*.md` files. [#9](https://github.com/dvpnt/styled-media-helper/pull/9).

### Changed
- Updated `README.md`.
- Rewrote to ES modules.
- Updated devDependencies.
- Updated peerDependencies.

## [2.0.2] - 2020-04-06
### Changed
- Updated devDependencies.

## [2.0.1] - 2020-03-16
### Added
- Added `keywords` field to `package.json`.

### Changed
- Updated devDependencies.

## [2.0.0] - 2019-11-18
### Changed
- Changed usage API. [#7](https://github.com/dvpnt/styled-media-helper/pull/7)
- Updated `README.md`.
- Updated devDependencies.

## [1.1.0] - 2019-03-06
### Changed
- Updated devDependencies.
- Updated peerDependencies.

## [1.0.1] - 2018-10-09
### Added
- Added `repository` field to `package.json`.

## [1.0.0] - 2018-10-09

[Unreleased]: https://github.com/dvpnt/styled-media-helper/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/dvpnt/styled-media-helper/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/dvpnt/styled-media-helper/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/dvpnt/styled-media-helper/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/dvpnt/styled-media-helper/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/dvpnt/styled-media-helper/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/dvpnt/styled-media-helper/releases/tag/v1.0.0

0 comments on commit d2a7d45

Please sign in to comment.