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

Commit 9544137

Browse files
chore(release): 5.0.0 [skip ci]
# [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
1 parent d09a30c commit 9544137

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [5.0.0](https://github.com/typographist/core/compare/v4.1.0...v5.0.0) (2019-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* move tests from single directory ([e73fd40](https://github.com/typographist/core/commit/e73fd40))
7+
* remove key name from UserConfig type ([4694971](https://github.com/typographist/core/commit/4694971))
8+
9+
10+
### Features
11+
12+
* **public-api:** remove convertors object ([c933b8d](https://github.com/typographist/core/commit/c933b8d))
13+
* add greenkeeper ignore ([02c2478](https://github.com/typographist/core/commit/02c2478))
14+
* postbuild script for automatic type generation ([29126be](https://github.com/typographist/core/commit/29126be))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* **public-api:** Object converters is no longer available outside.
20+
Now each function converter is requested separately
21+
122
# [4.1.0](https://github.com/typographist/core/compare/v4.0.1...v4.1.0) (2019-01-15)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typographist/core",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Core API for typographist",
55
"main": "lib/typographist-core.cjs.js",
66
"module": "es/typographist-core.es.js",

0 commit comments

Comments
 (0)