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) (2024-11-10)

### Features

* add car traffic detection [[#1](#1)] ([fd011af](fd011af))
* add color and damage color properties to car [[#1](#1)] ([eaa48f9](eaa48f9))
* init traffic [[#1](#1)] ([7c8fb9d](7c8fb9d))
  • Loading branch information
semantic-release-bot committed Nov 10, 2024
1 parent fd011af commit 6b7a54c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.6.0](https://github.com/d3p1/self-driving-car/compare/v1.5.0...v1.6.0) (2024-11-10)


### Features

* add car traffic detection [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([fd011af](https://github.com/d3p1/self-driving-car/commit/fd011af8c50c9471a6e3f2b26659b61650bff8aa))
* add color and damage color properties to car [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([eaa48f9](https://github.com/d3p1/self-driving-car/commit/eaa48f9e19c07adb0fae099ec9e885009ee1fc70))
* init traffic [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([7c8fb9d](https://github.com/d3p1/self-driving-car/commit/7c8fb9d286b2895192a340f34bd7bb86004c6076))

# [1.5.0](https://github.com/d3p1/self-driving-car/compare/v1.4.0...v1.5.0) (2024-11-04)


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": "@d3p1/self-driving-car",
"version": "1.5.0",
"version": "1.6.0",
"description": "A self-driving car implementation to improve my JS skills",
"author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)",
"homepage": "https://github.com/d3p1/self-driving-car#readme",
Expand Down

0 comments on commit 6b7a54c

Please sign in to comment.