Skip to content

Commit

Permalink
Changelog update - v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2024
1 parent e72e3be commit 70ae57d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,39 @@
# jetbrains-nestjs Changelog

## [Unreleased]

## [0.0.3] - 2024-10-27

### Added

- #2 - [Feature] adding support for monorepos
- #8 - [Feature] - can't work in pnpm workspace bug

## [0.0.2]

### Added

- New Menu for creating controller, module and service
- New File Icons for NestJS.

### Fixed

- Removed deprecated API
- Updated to the latest template changes

### Changed
- Updated icon for `nest-cli.json`.

- Updated icon for `nest-cli.json`.

## [0.0.1]

### Added

- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial NestJS CLI Action - Right click anywhere in the nest project and generate nest components.
- Bug Fixes

[Unreleased]: https://github.com/dinbtechit/jetbrains-nestjs/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/dinbtechit/jetbrains-nestjs/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/dinbtechit/jetbrains-nestjs/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/dinbtechit/jetbrains-nestjs/commits/v0.0.1

0 comments on commit 70ae57d

Please sign in to comment.