Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 10, 2018
1 parent 54d58f2 commit e014575
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
30 changes: 7 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
# Changelog

> All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## Unreleased
<a name="0.1.0"></a>

## [[v0.1.0]](https://github.com/thibaudcolas/draftjs-filters/releases/tag/v0.1.0)
# 0.1.0 (2018-01-10)

First usable release!
### Features

---

Template from http://keepachangelog.com/

## [[vx.y.z]](https://github.com/thibaudcolas/draftjs-filters/releases/tag/vx.y.z)

### Added

* Something was added to the API / a new feature was introduced.

### Changed

### Deprecated

### Removed

### Fixed

### Security
* add normalize code from Draftail ([c2fdc87](https://github.com/thibaudcolas/draftjs-filters/commit/c2fdc87))
* add type annotations to current normalize API ([7d432c9](https://github.com/thibaudcolas/draftjs-filters/commit/7d432c9))
* refactor normalize API to use separate ES6 exports ([030e458](https://github.com/thibaudcolas/draftjs-filters/commit/030e458))
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": "0.0.0-development",
"version": "0.1.0",
"description": "Filter Draft.js content when copy-pasting rich text into the editor",
"author": "Thibaud Colas",
"license": "MIT",
Expand Down

0 comments on commit e014575

Please sign in to comment.