We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868888d commit 5335fd9Copy full SHA for 5335fd9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.2.0](https://github.com/AmadeusITGroup/renovate-playground/compare/v1.1.7...v1.2.0) (2026-02-17)
2
+
3
+### Features
4
5
+* code editor + resizable UI ([#50](https://github.com/AmadeusITGroup/renovate-playground/issues/50)) ([868888d](https://github.com/AmadeusITGroup/renovate-playground/commit/868888da3c3d30590b2d7b3f7e9f99189f163914))
6
7
## [1.1.7](https://github.com/AmadeusITGroup/renovate-playground/compare/v1.1.6...v1.1.7) (2026-01-15)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "renovate-playground",
- "version": "1.1.7",
+ "version": "1.2.0",
"scripts": {
"start:ui": "nx serve ui",
"start:api": "nx serve api",
0 commit comments