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

Commit

Permalink
chore(release): 19.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [19.0.0](v18.1.1...v19.0.0) (2019-04-24)

### Bug Fixes

* remove lib from the gitignore ([716ef90](716ef90))

### Code Refactoring

* remove BROWSER_VIEWPORT_WIDTH constant ([7dd4537](7dd4537))
* rename BROWSER_DEFAULT_FONT_SIZE with ([d4ffecf](d4ffecf))

### Features

* add hasPx function ([09e4960](09e4960))

### BREAKING CHANGES

* remove BROWSER_VIEWPORT_WIDTH constant
* rename BROWSER_DEFAULT_FONT_SIZE with
BROWSER_CONTEXT
  • Loading branch information
semantic-release-bot committed Apr 24, 2019
1 parent a09c04f commit da7bc3b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [19.0.0](https://github.com/typographist/core/compare/v18.1.1...v19.0.0) (2019-04-24)


### Bug Fixes

* remove lib from the gitignore ([716ef90](https://github.com/typographist/core/commit/716ef90))


### Code Refactoring

* remove BROWSER_VIEWPORT_WIDTH constant ([7dd4537](https://github.com/typographist/core/commit/7dd4537))
* rename BROWSER_DEFAULT_FONT_SIZE with ([d4ffecf](https://github.com/typographist/core/commit/d4ffecf))


### Features

* add hasPx function ([09e4960](https://github.com/typographist/core/commit/09e4960))


### BREAKING CHANGES

* remove BROWSER_VIEWPORT_WIDTH constant
* rename BROWSER_DEFAULT_FONT_SIZE with
BROWSER_CONTEXT

## [18.1.1](https://github.com/typographist/core/compare/v18.1.0...v18.1.1) (2019-04-11)


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": "18.1.1",
"version": "19.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 da7bc3b

Please sign in to comment.