Skip to content

Commit

Permalink
es2017 (#16492)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfoster authored and deyaaeldeen committed Jul 26, 2021
1 parent f18de24 commit 4a4dd27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions sdk/cosmosdb/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 3.12.2 (Unreleased)
## 3.12.2 (2021-07-21)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Adopted target ES2017 to reduce bundle size.

## 3.12.1 (2021-07-16)

Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outDir": "dist-esm",
"preserveConstEnums": true,
"removeComments": false,
"target": "es6",
"target": "ES2017",
"newLine": "LF",
"resolveJsonModule": true,
"composite": true,
Expand Down

0 comments on commit 4a4dd27

Please sign in to comment.