Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Aug 2, 2022
1 parent edd8ff6 commit 86c1507
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [4.2.0](https://github.com/AnthonyLzq/typescript-project-generator/compare/v4.1.1...v4.2.0) (2022-08-02)


### Features

* improved dockerfile and tests ([b9f3f72](https://github.com/AnthonyLzq/typescript-project-generator/commit/b9f3f7213889f7c1bc9a01a9ebdb76f64cd75e1d))


### Bug Fixes

* package.json ([edd8ff6](https://github.com/AnthonyLzq/typescript-project-generator/commit/edd8ff60ffa85a9171bbc5665db6031cd466e20a))

### [4.1.1](https://github.com/AnthonyLzq/typescript-project-generator/compare/v4.1.0...v4.1.1) (2022-07-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-project-generator",
"version": "4.1.1",
"version": "4.2.0",
"description": "A TypeScript initial configuration for web projects",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 86c1507

Please sign in to comment.