1
0
mirror of synced 2025-11-08 04:48:04 +00:00

chore(release): 3.0.0

This commit is contained in:
Jason Dreyzehner
2020-09-01 19:39:09 -04:00
parent 12c28bd832
commit 6887632936
3 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,17 @@
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.
## [3.0.0](https://github.com/bitjson/typescript-starter/compare/v2.4.8...v3.0.0) (2020-09-01)
### ⚠ BREAKING CHANGES
* migrated from tslint (deprecated) to eslint.
### Features
* 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))
### [2.4.8](https://github.com/bitjson/typescript-starter/compare/v2.4.7...v2.4.8) (2019-09-09)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "2.4.8",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "2.4.8",
"version": "3.0.0",
"description": "A typescript starter for building javascript libraries and projects",
"bin": {
"typescript-starter": "./bin/typescript-starter"