Skip to content

Commit

Permalink
chore(master): release 2.2.0 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 12, 2023
1 parent 32ed8a9 commit e366f07
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ All notable changes to this project will be documented in this file. See [standa

<a name="1.0.3"></a>

## [2.2.0](https://github.com/nodecg/generator-nodecg/compare/v2.1.3...v2.2.0) (2023-06-12)


### Features

* improve typescript build process; automatically (re)build replicant schemas ([#93](https://github.com/nodecg/generator-nodecg/issues/93)) ([32ed8a9](https://github.com/nodecg/generator-nodecg/commit/32ed8a9b761e693cc5b6f36c0bd702860c850f74))


### Bug Fixes

* edit the correct file :doggolul: ([ae20746](https://github.com/nodecg/generator-nodecg/commit/ae207469a258467383ad6cc2714bc941c43de838))
* include tsx files in linting (properly, such that ESLint won't warn about it) ([6c608bb](https://github.com/nodecg/generator-nodecg/commit/6c608bb72f8d6b4899ed6eaf40b6f92c48603ddb))
* include tsx files in typescript builds ([570902b](https://github.com/nodecg/generator-nodecg/commit/570902b7cb0785b2ffc032519be566a9549b8a6d))

## [2.1.3](https://github.com/nodecg/generator-nodecg/compare/v2.1.2...v2.1.3) (2023-06-08)


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": "generator-nodecg",
"version": "2.1.3",
"version": "2.2.0",
"description": "Yeoman generator for NodeCG bundles",
"homepage": "http://nodecg.dev",
"author": {
Expand Down

0 comments on commit e366f07

Please sign in to comment.