Skip to content

Commit 0989133

Browse files
committed
chore(release): 4.0.0
1 parent d6d6af1 commit 0989133

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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="4.0.0"></a>
6+
# [4.0.0](https://github.com/bigcommerce/tslint-config/compare/v3.0.2...v4.0.0) (2019-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **common:** CHECKOUT-4231 Remove preblock because it requires an empty spaces for empty objects ([36002c6](https://github.com/bigcommerce/tslint-config/commit/36002c6))
12+
* **common:** FE-40 Prevent tslint from processing json files ([f01995a](https://github.com/bigcommerce/tslint-config/commit/f01995a))
13+
14+
15+
### Features
16+
17+
* **common:** CHECKOUT-4231 Add more whitespace checking ([3fd08ed](https://github.com/bigcommerce/tslint-config/commit/3fd08ed))
18+
* **common:** CHECKOUT-4231 Add no-async-without-await ([beeeff4](https://github.com/bigcommerce/tslint-config/commit/beeeff4))
19+
* **common:** CHECKOUT-4231 Enable no-duplicate-imports ([922b1ad](https://github.com/bigcommerce/tslint-config/commit/922b1ad))
20+
* **common:** CHECKOUT-4231 Enforce `;` as the type terminator ([c489bc9](https://github.com/bigcommerce/tslint-config/commit/c489bc9))
21+
22+
23+
524
<a name="3.0.2"></a>
625
## [3.0.2](https://github.com/bigcommerce/tslint-config/compare/v3.0.1...v3.0.2) (2019-01-20)
726

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/tslint-config",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "Default TSLint configuration used at BigCommerce",
55
"main": "index.json",
66
"files": [

0 commit comments

Comments
 (0)