Skip to content

Commit 6f00213

Browse files
committed
chore(release): 1.2.0
1 parent 90b7258 commit 6f00213

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [1.2.0](https://github.com/bigcommerce/request-sender-js/compare/v1.1.0...v1.2.0) (2020-07-13)
6+
7+
8+
### Features
9+
10+
* **common:** RS-28 Publish as es5 ([#30](https://github.com/bigcommerce/request-sender-js/issues/30)) ([66ce65a](https://github.com/bigcommerce/request-sender-js/commit/66ce65ae4bed8381edc4bcf0ecadf563948de427))
11+
12+
13+
### Bug Fixes
14+
15+
* **common:** CHP-00 remove esm folder on prebuild ([90b7258](https://github.com/bigcommerce/request-sender-js/commit/90b725894fd3bb09653b42b29efbb38762f47cab))
16+
517
## [1.1.0](https://github.com/bigcommerce/request-sender-js/compare/v1.0.3...v1.1.0) (2020-06-10)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/request-sender",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "HTTP request client for browsers",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)