Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-12-17)

### Features

* display completion's vendor ([9b2ed98](9b2ed98))
* log render errors to sentry ([efcb213](efcb213))
* make it mobile friendly ([f990e9b](f990e9b))
  • Loading branch information
semantic-release-bot committed Dec 17, 2023
1 parent f990e9b commit 2c5cc87
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 @@
# [1.6.0](https://github.com/eutiveumsonho/chiron/compare/v1.5.0...v1.6.0) (2023-12-17)


### Features

* display completion's vendor ([9b2ed98](https://github.com/eutiveumsonho/chiron/commit/9b2ed98b788c1bcb09d9c9e4887a765a5f83149d))
* log render errors to sentry ([efcb213](https://github.com/eutiveumsonho/chiron/commit/efcb2138435e51d6f14ea9276a8ec4028d920976))
* make it mobile friendly ([f990e9b](https://github.com/eutiveumsonho/chiron/commit/f990e9b60feebb5d5926e7e5af912ea828fe2deb))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chiron",
"version": "0.1.0",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "concurrently -p [{name}] -n chiron,test-server -c bgMagenta,bgMagenta \"next dev\" \"wait-on tcp:3000 && bun run test\"",
Expand Down

0 comments on commit 2c5cc87

Please sign in to comment.