Skip to content

Commit ecf3d0a

Browse files
committed
v2.0.0
1 parent b0668b9 commit ecf3d0a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [Unreleased]
5+
## [2.0.0] - 2018-08-22
6+
7+
Bump v2.0.0 :tada:
8+
69
### Changed
710
- Code cleanup, minor enhancements.
811

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-text-size",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0",
44
"description": "Measure text accurately before laying it out and get font information from your App",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)