Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 3, 2024
1 parent c9f426b commit 500a7e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [0.2.0](https://github.com/JoshuaKGoldberg/ts-function-inliner/compare/v0.1.0...v0.2.0) (2024-06-03)

### Features

- don't replace functions when text length would increase ([#178](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/178)) ([b35e937](https://github.com/JoshuaKGoldberg/ts-function-inliner/commit/b35e937df3f0faa42f70577525fc76d92a728bcd)), closes [#3](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/3)
- empty commit to trigger release ([c9f426b](https://github.com/JoshuaKGoldberg/ts-function-inliner/commit/c9f426bfac81cddb7192baf1966ca4766e868a19))
- support arrow functions ([#181](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/181)) ([5a89f08](https://github.com/JoshuaKGoldberg/ts-function-inliner/commit/5a89f08a9116e7bea7269ba0b00704c1acdf4c48)), closes [#2](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/2)
- support function expressions ([#177](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/177)) ([2ccbf68](https://github.com/JoshuaKGoldberg/ts-function-inliner/commit/2ccbf68c625cdf176c4cb77a28ae9ce331e9d8e5)), closes [#176](https://github.com/JoshuaKGoldberg/ts-function-inliner/issues/176)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-function-inliner",
"version": "0.1.0",
"version": "0.2.0",
"description": "TypeScript transformation that inlines calls to small functions. ⚡️",
"repository": {
"type": "git",
Expand Down

0 comments on commit 500a7e6

Please sign in to comment.