Skip to content

Commit 1cb4e41

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2025-05-09) ### Bug Fixes * **package:** add missing newline at end of file in package.json ([99ee59c](99ee59c)) * **package:** remove trailing newline in package.json ([41d024d](41d024d)) ### Features * implement new organization welcome email sequence and remove legacy email component ([5173aa0](5173aa0))
1 parent d525255 commit 1cb4e41

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/trycompai/comp/compare/v1.0.1...v1.1.0) (2025-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** add missing newline at end of file in package.json ([99ee59c](https://github.com/trycompai/comp/commit/99ee59cfa00bbc08efc14fa06bc5e9f0c3d3a51a))
7+
* **package:** remove trailing newline in package.json ([41d024d](https://github.com/trycompai/comp/commit/41d024d3707e4b5b3f3a0e6cb097cfc722427329))
8+
9+
10+
### Features
11+
12+
* implement new organization welcome email sequence and remove legacy email component ([5173aa0](https://github.com/trycompai/comp/commit/5173aa044af64173308a0ea53c8d654dae0a9f45))
13+
114
## [1.0.1](https://github.com/trycompai/comp/compare/v1.0.0...v1.0.1) (2025-05-03)
215

316

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373
"sharp": "^0.33.5",
7474
"use-debounce": "^10.0.4",
7575
"zod": "^3.24.4"
76-
}
77-
}
76+
},
77+
"version": "1.1.0"
78+
}

0 commit comments

Comments
 (0)