Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit f679c89

Browse files
author
Bryan Mikaelian
committed
Bump version
1 parent b37ecc7 commit f679c89

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

HISTORY.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# 4.0.1 / 2020-08-02
12

2-
4.0.0-beta.1 / 2020-07-30
3-
=========================
3+
- Drop the beta release
4+
- Replace @ndhoule/defaults with lodash.assign and ES6 spread syntax
45

5-
* export interfaces
6-
* fix importing types issues
6+
# 4.0.0-beta.1 / 2020-07-30
77

8-
3.13.8 / 2020-07-29
9-
===================
8+
- export interfaces
9+
- fix importing types issues
10+
11+
# 3.13.8 / 2020-07-29
12+
13+
- Add --declaration back to build scripts
14+
- Publish v3.13.7 (#176)
1015

11-
* Add --declaration back to build scripts
12-
* Publish v3.13.7 (#176)
1316
# 3.13.7 / 2020-07-29
1417

1518
- Publish types to npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-core",
33
"author": "Segment <friends@segment.com>",
4-
"version": "4.0.0-beta.1",
4+
"version": "4.0.1",
55
"description": "The hassle-free way to integrate analytics into any web application.",
66
"types": "lib/index.d.ts",
77
"keywords": [

0 commit comments

Comments
 (0)