Skip to content

Commit

Permalink
4.0.0-15
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Mar 24, 2024
1 parent 7d28c3f commit 5630e05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
This is an automatic changelog that automatically records all changes made to the project. Generated from Git commit
messages, it details updates like bug fixes and new features, providing a clear history of the project's development.

#### [4.0.0-14](https://github.com/thkruz/ootk/compare/v5.0.0-0...4.0.0-14)
#### [4.0.0-15](https://github.com/thkruz/ootk/compare/v5.0.0-0...4.0.0-15)

- feat: :sparkles: Add node support [`7d28c3f`](https://github.com/thkruz/ootk/commit/7d28c3f5de0e3e9d2dd13bbf5cdfd5527f6126a8)
- refactor: :recycle: update RfSensor to allow multiple faces [`179b486`](https://github.com/thkruz/ootk/commit/179b486bbbd9355569414f9ca7ca82aaa374ca93)
- fix: :bug: add fix for vite compiler [`c72bd38`](https://github.com/thkruz/ootk/commit/c72bd38df2be1fef82603e85fd687a2e3f67ca83)
- refactor: :recycle: make rfSensor an extension of DetailedSensor [`add7613`](https://github.com/thkruz/ootk/commit/add7613c9cea3ddf56b5da0accef36b8b866b144)
Expand All @@ -13,7 +14,13 @@ messages, it details updates like bug fixes and new features, providing a clear
- feat: :sparkles: add new catalog sources [`9dd4160`](https://github.com/thkruz/ootk/commit/9dd41607da91e4daffd8456f795239e945493a2d)
- fix: :bug: fix issue with vite [`9b540f9`](https://github.com/thkruz/ootk/commit/9b540f9231076ce8670eb2230321b592d0696b99)

#### [v5.0.0-0](https://github.com/thkruz/ootk/compare/v4.0.0-13...v5.0.0-0)
#### [v5.0.0-0](https://github.com/thkruz/ootk/compare/v4.0.0-14...v5.0.0-0)

#### [v4.0.0-14](https://github.com/thkruz/ootk/compare/v4.0.0-13...v4.0.0-14)

> 23 March 2024
- fix: :bug: fix issue with vite [`9b540f9`](https://github.com/thkruz/ootk/commit/9b540f9231076ce8670eb2230321b592d0696b99)

#### [v4.0.0-13](https://github.com/thkruz/ootk/compare/v4.0.0-12...v4.0.0-13)

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": "ootk",
"version": "4.0.0-14",
"version": "4.0.0-15",
"type": "module",
"module": "dist/main.js",
"description": "Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.",
Expand Down

0 comments on commit 5630e05

Please sign in to comment.