Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2024-10-19)

### Features

* init process segment intersection utility function [[#1](#1)] ([5342d39](5342d39))
* init sensor [[#1](#1)] ([1ec98a1](1ec98a1))
* init sensor ray intersection logic [[#1](#1)] ([6724045](6724045))
  • Loading branch information
semantic-release-bot committed Oct 19, 2024
1 parent 6724045 commit bf95426
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.3.0](https://github.com/d3p1/self-driving-car/compare/v1.2.0...v1.3.0) (2024-10-19)


### Features

* init process segment intersection utility function [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([5342d39](https://github.com/d3p1/self-driving-car/commit/5342d3968a5a0bb0f95d4ac9d05ec5d5ef36192f))
* init sensor [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([1ec98a1](https://github.com/d3p1/self-driving-car/commit/1ec98a152d47138e68ee290a78cbcb1570d1abaf))
* init sensor ray intersection logic [[#1](https://github.com/d3p1/self-driving-car/issues/1)] ([6724045](https://github.com/d3p1/self-driving-car/commit/67240459a715ea61e2996c53737ee94b9a2b15fb))

# [1.2.0](https://github.com/d3p1/self-driving-car/compare/v1.1.1...v1.2.0) (2024-10-14)


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.2.0",
"version": "1.3.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 bf95426

Please sign in to comment.