Skip to content

Commit 3ff1dfb

Browse files
chore(main): release 1.13.1
1 parent 64440c6 commit 3ff1dfb

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.0"
2+
".": "1.13.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.13.1](https://github.com/trycompai/crm/compare/v1.13.0...v1.13.1) (2026-08-13)
4+
5+
6+
### Refactors
7+
8+
* clear anti-slop type assertions and conditional object spreads (CMP-81) ([#146](https://github.com/trycompai/crm/issues/146)) ([bfd4dad](https://github.com/trycompai/crm/commit/bfd4dadfd1df44566676902a2477bfa112ca1413))
9+
10+
11+
### Documentation
12+
13+
* propose an i18n layer ([#143](https://github.com/trycompai/crm/issues/143)) ([64440c6](https://github.com/trycompai/crm/commit/64440c6827394af69659a1d0205574a6726868a8))
14+
315
## [1.13.0](https://github.com/trycompai/crm/compare/v1.12.0...v1.13.0) (2026-08-12)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crm",
33
"private": true,
44
"license": "MIT",
5-
"version": "1.13.0",
5+
"version": "1.13.1",
66
"scripts": {
77
"prepare": "git rev-parse --git-dir >/dev/null 2>&1 && git config core.hooksPath .githooks || true",
88
"build": "turbo run build",

0 commit comments

Comments
 (0)