Skip to content

Commit 1e04f81

Browse files
authored
chore(release): 1.0.1 (#76)
1 parent 3d7c8da commit 1e04f81

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.1"></a>
6+
7+
## [1.0.1](https://github.com/segmentio/analytics-react-native/compare/v1.0.0...v1.0.1) (2019-06-07)
8+
9+
- **build:** this fixes a release bug in 1.0.0 that omitted any transpiled files in the published version.
10+
511
<a name="1.0.1-beta.0"></a>
612

713
## [1.0.1-beta.0](https://github.com/segmentio/analytics-react-native/compare/v1.0.0...v1.0.1-beta.0) (2019-06-06)
@@ -16,6 +22,8 @@ All notable changes to this project will be documented in this file. See [standa
1622

1723
Promote pre-release version to a stable release.
1824

25+
Note: This release was published with a bug that omitted transpiled file which makes it unusable. A fix has been published in 1.0.1, and this version has been marked as deprecated.
26+
1927
<a name="0.1.0-beta.0"></a>
2028

2129
## [0.1.0-beta.0](https://github.com/segmentio/analytics-react-native/compare/v0.0.1-beta.5...v0.1.0-beta.0) (2019-04-08)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native",
3-
"version": "1.0.1-beta.0",
3+
"version": "1.0.1",
44
"description": "The hassle-free way to add analytics to your React-Native app.",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)