Skip to content

Commit b48f249

Browse files
committed
1.0.0-alpha3
1 parent 31913d0 commit b48f249

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.0.0-alpha3](https://github.com/thkruz/satjs/compare/v1.0.0-alpha2...v1.0.0-alpha3)
8+
9+
- Develop [`#3`](https://github.com/thkruz/satjs/pull/3)
10+
- feat(ootk-transforms): add transforms from satellite.js [`#2`](https://github.com/thkruz/satjs/pull/2)
11+
- Documentation [`#1`](https://github.com/thkruz/satjs/pull/1)
12+
- feat(ootk-transforms): added Transforms and Utils modules [`122ed43`](https://github.com/thkruz/satjs/commit/122ed43146acdda835c345529c0b5ce7c315bf10)
13+
- refactor(ootk-transforms): sorted functions by name [`98a8059`](https://github.com/thkruz/satjs/commit/98a8059a2fffe8e8d984b94ed6ae064753956060)
14+
- docs(readme): updated readme notes [`31913d0`](https://github.com/thkruz/satjs/commit/31913d0be0c2a63f6ed5aa6f1aa7ddfc249add8c)
15+
716
#### [v1.0.0-alpha2](https://github.com/thkruz/satjs/compare/v1.0.0-alpha1...v1.0.0-alpha2)
817

18+
> 13 January 2021
19+
920
- feat(ootk-transforms): add transforms from satellite.js [`7643f75`](https://github.com/thkruz/satjs/commit/7643f752d8bbc588bed47eadc02c7f46f25b9702)
1021

1122
#### v1.0.0-alpha1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ootk",
3-
"version": "1.0.0-alpha2",
3+
"version": "1.0.0-alpha3",
44
"description": "Orbital Object Toolkit including SGP4 Propagator and Coordinate Transforms",
55
"main": "src/ootk.js",
66
"scripts": {

0 commit comments

Comments
 (0)