Skip to content

Commit d5f8ff7

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2022-06-06) ### Bug Fixes * **package:** make sure to include .d.ts files in published package ([0f77134](0f77134))
1 parent 0f77134 commit d5f8ff7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [3.0.1](https://github.com/thibaudcolas/draftjs-filters/compare/v3.0.0...v3.0.1) (2022-06-06)
8+
9+
### Bug Fixes
10+
11+
- **package:** make sure to include .d.ts files in published package ([0f77134](https://github.com/thibaudcolas/draftjs-filters/commit/0f7713408cf419b4eebc8e85d8b8a089d3b70b81))
12+
713
# [3.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.5.0...v3.0.0) (2022-06-06)
814

915
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftjs-filters",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Filter Draft.js content to preserve only the formatting you allow",
55
"author": "Thibaud Colas",
66
"license": "MIT",

0 commit comments

Comments
 (0)