Skip to content

Commit

Permalink
chore(release): 1.39.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.39.0](v1.38.1...v1.39.0) (2024-09-08)

### Features

* Add splitIntoWords function for truncating search result text ([c598067](c598067))
  • Loading branch information
semantic-release-bot committed Sep 8, 2024
1 parent c598067 commit b494a4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.39.0](https://github.com/bramses/ycb-companion/compare/v1.38.1...v1.39.0) (2024-09-08)


### Features

* Add splitIntoWords function for truncating search result text ([c598067](https://github.com/bramses/ycb-companion/commit/c5980675da6c7153332cc96bd8f550582aaf5426))

## [1.38.1](https://github.com/bramses/ycb-companion/compare/v1.38.0...v1.38.1) (2024-09-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "1.38.1",
"version": "1.39.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit b494a4f

Please sign in to comment.