@berenddeboer/nx-sst
Version:
Nx plugin for Serverless Stack apps
32 lines (16 loc) ⢠1.26 kB
Markdown
# Changelog
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
## [1.1.0](https://github.com/berenddeboer/nx-plugins/compare/nx-sst-1.0.0...nx-sst-1.1.0) (2025-12-14)
### Features
- **sst:** allow using sst without having to install it globally ([#7](https://github.com/berenddeboer/nx-plugins/issues/7)) ([29b21f9](https://github.com/berenddeboer/nx-plugins/commit/29b21f9a474537cd712444ab45970d5a9374b00f))
## [1.0.0](https://github.com/berenddeboer/nx-plugins/compare/nx-sst-0.13.6...nx-sst-1.0.0) (2025-09-12)
### ā BREAKING CHANGES
- **nx-sst:** nx-sst now requires @nx/eslint as a peer dependency instead of the deprecated @nx/linter. Users must install @nx/eslint ^20.6.4 alongside this package.
This fixes the "Cannot find module '@nx/linter'" error when generating SST applications.
š¤ Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
### Features
- **nx-sst:** add @nx/eslint peer dependency ([45474f6](https://github.com/berenddeboer/nx-plugins/commit/45474f6deb5b08ffd4bcae557b810ca76202d5f4))
## [0.13.6](https://github.com/berenddeboer/nx-plugins/compare/nx-sst-0.13.5...nx-sst-0.13.6) (2025-09-12)
0.0.1 - Sep 3 2021
- Initial release