Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .template-version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/metaideas/init/compare/init@v1.1.0...init@v1.2.0) (2026-02-02)


### Features

* add trusted origins configuration for auth ([#84](https://github.com/metaideas/init/issues/84)) ([7b9c1cc](https://github.com/metaideas/init/commit/7b9c1ccf8cd5bfe0ebc533743aff8203f15e87c7))


### Bug Fixes

* prevent desktop asset and jsx runtime errors ([cba616b](https://github.com/metaideas/init/commit/cba616b547b0df13b6cc5f9529c9964c176b885b))
* update url env var validation ([4c9014f](https://github.com/metaideas/init/commit/4c9014f98db496b16cba47dccd8d034b5a214160))
* update url env var validation ([8aa4a75](https://github.com/metaideas/init/commit/8aa4a752a41d5c9af783e4c1c15ab9bcb99d3662))
Comment on lines +13 to +15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P2] The 1.1.1 changelog lists the same bullet title twice (update url env var validation) with different commit SHAs. If this is the same fix cherry-picked/reverted/reapplied, it may be worth consolidating into a single entry to avoid confusing release notes.

Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8:10

Comment:
[P2] The 1.1.1 changelog lists the same bullet title twice (`update url env var validation`) with different commit SHAs. If this is the same fix cherry-picked/reverted/reapplied, it may be worth consolidating into a single entry to avoid confusing release notes.

How can I resolve this? If you propose a fix, please make it concise.


## [1.1.0](https://github.com/metaideas/init/compare/init@v1.0.1...init@v1.1.0) (2026-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "init",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"workspaces": {
"packages": [
Expand Down