Skip to content

Commit d498269

Browse files
committed
6.0.0
1 parent 3813e18 commit d498269

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [6.0.0](https://github.com/AnthonyLzq/typescript-project-generator/compare/v5.1.0...v6.0.0) (2023-07-20)
6+
7+
8+
### Features
9+
10+
* added auto publish step in the workflow ([62b0fbb](https://github.com/AnthonyLzq/typescript-project-generator/commit/62b0fbb1a9a131e2d53901b433b2184fe5389f93))
11+
* improved workflows ([24c3d8e](https://github.com/AnthonyLzq/typescript-project-generator/commit/24c3d8ec09939214a9f21c6795c456a2d59db841))
12+
* replacing lint and test workflows with publish ([f3a8bad](https://github.com/AnthonyLzq/typescript-project-generator/commit/f3a8bad37d81f13691be6e1b246d3a1a42809a37))
13+
* successfully removed webpack ([1b1ff9e](https://github.com/AnthonyLzq/typescript-project-generator/commit/1b1ff9e9bf34b0d93772f8a17cdd3f49fe2211d5))
14+
* updated packages and increased timeout in tests ([fc2e381](https://github.com/AnthonyLzq/typescript-project-generator/commit/fc2e381b1a5648416a92e086cbb9b1b25ee9c2db))
15+
16+
17+
### Bug Fixes
18+
19+
* Dockerfile for pnpm ([aebf834](https://github.com/AnthonyLzq/typescript-project-generator/commit/aebf8340e81c8d90155ffbf1325f24ab3cf7111f))
20+
521
## [5.1.0](https://github.com/AnthonyLzq/typescript-project-generator/compare/v5.0.0...v5.1.0) (2023-02-15)
622

723

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-project-generator",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "A TypeScript initial configuration for web projects",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)