Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.0...v5.0.0) (2019-01-17)

### Bug Fixes

* move tests from single directory ([e73fd40](e73fd40))
* remove key name from UserConfig type ([4694971](4694971))

### Features

* **public-api:** remove convertors object ([c933b8d](c933b8d))
* add greenkeeper ignore ([02c2478](02c2478))
* postbuild script for automatic type generation ([29126be](29126be))

### BREAKING CHANGES

* **public-api:** Object converters is no longer available outside.
Now each function converter is requested separately
  • Loading branch information
semantic-release-bot committed Jan 17, 2019
1 parent d09a30c commit 9544137
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [5.0.0](https://github.com/typographist/core/compare/v4.1.0...v5.0.0) (2019-01-17)


### Bug Fixes

* move tests from single directory ([e73fd40](https://github.com/typographist/core/commit/e73fd40))
* remove key name from UserConfig type ([4694971](https://github.com/typographist/core/commit/4694971))


### Features

* **public-api:** remove convertors object ([c933b8d](https://github.com/typographist/core/commit/c933b8d))
* add greenkeeper ignore ([02c2478](https://github.com/typographist/core/commit/02c2478))
* postbuild script for automatic type generation ([29126be](https://github.com/typographist/core/commit/29126be))


### BREAKING CHANGES

* **public-api:** Object converters is no longer available outside.
Now each function converter is requested separately

# [4.1.0](https://github.com/typographist/core/compare/v4.0.1...v4.1.0) (2019-01-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typographist/core",
"version": "4.1.0",
"version": "5.0.0",
"description": "Core API for typographist",
"main": "lib/typographist-core.cjs.js",
"module": "es/typographist-core.es.js",
Expand Down

0 comments on commit 9544137

Please sign in to comment.