Skip to content

Commit a0d6b5c

Browse files
committed
Prepare for release 1.4.1.
1 parent a08088b commit a0d6b5c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
1.4.1
8+
-----
9+
10+
_2024-10-02_
11+
712
- **Fix**: Fix false positives reported by `ComposeContentEmitterReturningValues`.
813
- **Fix**: Fix `content-emitters` configuration in docs.
914
- **Fix**: Fix link to multipreview annotations in docs.
1015

16+
Special thanks to [@erikghonyan](https://github.com/erikghonyan) for contributing to this release!
17+
1118
1.4.0
1219
-----
1320

14-
_2024-01-25_
21+
_2024-10-01_
1522

1623
- **New**: Implement `SlotReused` lint. See https://slackhq.github.io/compose-lints/rules/#do-not-invoke-slots-in-more-than-once-place for more information.
1724
- **Enhancement**: Report the function name for readability in `ComposeContentEmitterReturningValues`.
@@ -28,7 +35,7 @@ _2024-01-25_
2835
- Test against K2 UAST.
2936
- Build against Kotlin `2.0.20`.
3037

31-
Special thanks to [@alexvanyo](https://github.com/alexvanyo), [@seve-andre](https://github.com/seve-andre), [@svenjacobs](https://github.com/svenjacobs), [@ychescale9](https://github.com/ychescale9), [@shahzadansari](https://github.com/shahzadansari), [@kozaxinan](https://github.com/kozaxinan), for contributing to this release!
38+
Special thanks to [@alexvanyo](https://github.com/alexvanyo), [@seve-andre](https://github.com/seve-andre), [@svenjacobs](https://github.com/svenjacobs), [@ychescale9](https://github.com/ychescale9), [@shahzadansari](https://github.com/shahzadansari), and [@kozaxinan](https://github.com/kozaxinan) for contributing to this release!
3239

3340
1.3.1
3441
-----

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ POM_DEVELOPER_ID=slackhq
2929
POM_DEVELOPER_NAME=Salesforce, Inc.
3030
POM_DEVELOPER_URL=https://github.com/slackhq
3131
POM_INCEPTION_YEAR=2023
32-
VERSION_NAME=1.5.0-SNAPSHOT
32+
VERSION_NAME=1.4.1

0 commit comments

Comments
 (0)