Skip to content

Commit 6887632

Browse files
committed
chore(release): 3.0.0
1 parent 12c28bd commit 6887632

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/bitjson/typescript-starter/compare/v2.4.8...v3.0.0) (2020-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrated from tslint (deprecated) to eslint.
11+
12+
### Features
13+
14+
* TS v4, tslint -> eslint, add cspell support ([#240](https://github.com/bitjson/typescript-starter/issues/240)) ([390041b](https://github.com/bitjson/typescript-starter/commit/390041b5105c45794518b1819702375ab57928fd))
15+
516
### [2.4.8](https://github.com/bitjson/typescript-starter/compare/v2.4.7...v2.4.8) (2019-09-09)
617

718

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": "typescript-starter",
3-
"version": "2.4.8",
3+
"version": "3.0.0",
44
"description": "A typescript starter for building javascript libraries and projects",
55
"bin": {
66
"typescript-starter": "./bin/typescript-starter"

0 commit comments

Comments
 (0)