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

Commit

Permalink
Merge branch 'master' of github.com:typographist/core
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 17, 2019
2 parents fc7db31 + 9544137 commit 3125d1d
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 3125d1d

Please sign in to comment.