Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2018-09-28)

### Features

* **api:** publish package with Flow annotations built in ([7a813cc](7a813cc))

### BREAKING CHANGES

* **api:** The Draft.js filters now come with [Flow](https://flow.org/) annotations. For projects that do not use Flow this has no impact. For Flow users, please make sure you correctly type your code so Flow doesn't raise issues because of conflicts with this package's type definitions.
  • Loading branch information
thibaudcolas authored and semantic-release-bot committed Sep 28, 2018
1 parent f91b92e commit 93cdd77
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

# [2.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v1.0.0...v2.0.0) (2018-09-28)

### Features

- **api:** publish package with Flow annotations built in ([7a813cc](https://github.com/thibaudcolas/draftjs-filters/commit/7a813cc))

### BREAKING CHANGES

- **api:** The Draft.js filters now come with [Flow](https://flow.org/) annotations. For projects that do not use Flow this has no impact. For Flow users, please make sure you correctly type your code so Flow doesn't raise issues because of conflicts with this package's type definitions.

# [1.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v0.7.0...v1.0.0) (2018-03-01)

> This release is functionally identical to `v0.7.0`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftjs-filters",
"version": "1.0.0",
"version": "2.0.0",
"description": "Filter Draft.js content to preserve only the formatting you allow",
"author": "Thibaud Colas",
"license": "MIT",
Expand Down

0 comments on commit 93cdd77

Please sign in to comment.