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

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.0.0](v17.1.3...v18.0.0) (2019-03-26)

### Code Refactoring

* total rafactoring ([839fc4f](839fc4f))

### BREAKING CHANGES

* Rewrote the user configuration validation module, deleted Ramda and Flow.
Reduced library size from 16.1kb to 4.07
  • Loading branch information
semantic-release-bot committed Mar 26, 2019
1 parent 177b71c commit 7dfa1f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [18.0.0](https://github.com/typographist/core/compare/v17.1.3...v18.0.0) (2019-03-26)


### Code Refactoring

* total rafactoring ([839fc4f](https://github.com/typographist/core/commit/839fc4f))


### BREAKING CHANGES

* Rewrote the user configuration validation module, deleted Ramda and Flow.
Reduced library size from 16.1kb to 4.07

## [17.1.3](https://github.com/typographist/core/compare/v17.1.2...v17.1.3) (2019-03-23)


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": "17.1.3",
"version": "18.0.0",
"description": "Core API for typographist",
"main": "dist/lib/index.cjs.js",
"module": "dist/es/index.es.js",
Expand Down

0 comments on commit 7dfa1f2

Please sign in to comment.