Skip to content

Commit 99c257f

Browse files
committed
release: cut the v0.2.0 release
1 parent ae0dd04 commit 99c257f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# convex-angular
22

3+
## [0.2.0](https://github.com/azhukau-dev/convex-angular/compare/0.1.0...v0.2.0) (2025-07-20)
4+
5+
### 📖 Documentation
6+
7+
- Update README.md with more examples
8+
39
## 0.1.0 (2025-07-18)
410

5-
- Initial release
11+
- Initial release 🎉
12+

packages/convex-angular/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convex-angular",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The Angular client for Convex",
55
"keywords": [
66
"angular",
@@ -17,8 +17,9 @@
1717
"name": "Aliaksandr Zhukau"
1818
},
1919
"peerDependencies": {
20-
"@angular/core": "^20.1.0",
20+
"@angular/core": ">=20.0.0",
2121
"convex": "^1.25.4"
2222
},
2323
"sideEffects": false
2424
}
25+

0 commit comments

Comments
 (0)