diff --git a/.auto-changelog b/.auto-changelog index b25c213..cb3b694 100644 --- a/.auto-changelog +++ b/.auto-changelog @@ -1,6 +1,7 @@ { "output": "CHANGELOG.md", "template": "changelog.hbs", + "package": true, "hideCredit": true, "tagPrefix": "v", "commitLimit": false diff --git a/CHANGELOG.md b/CHANGELOG.md index 23af83a..95a59ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ### Changelog -All notable changes to this project will be documented in this file. Dates are displayed in UTC. +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. + +#### [1.0.4](https://github.com/thkruz/ootk-core/compare/v1.0.4...1.0.4) + +- build: :arrow_up: update auto-changelog [`be7dc99`](https://github.com/thkruz/ootk-core/commit/be7dc99b371528ba0a8970ae9e58059f35343218) #### [v1.0.4](https://github.com/thkruz/ootk-core/compare/v1.0.3...v1.0.4) diff --git a/package.json b/package.json index 29794f7..1b8bb55 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,12 @@ "description": "Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.", "scripts": { "build": "npm run clean && npx tsc -p tsconfig.build.json -m esnext", - "changelog": "auto-changelog --tag-prefix v --commit-limit false -t ./changelog.hbs -o ./CHANGELOG.md", "clean": "node ./scripts/cleanup.mjs", "lint": "npx eslint src", "lint:fix": "npx eslint src --fix", "test": "jest", "test:coverage": "jest --coverage", - "version": "auto-changelog -p && git add CHANGELOG.md" + "version": "auto-changelog && git add CHANGELOG.md" }, "main": "dist/main.js", "typings": "dist/main.d.ts", @@ -52,4 +51,4 @@ "typescript": "^4.9.5" }, "homepage": "https://github.com/thkruz/ootk-core" -} +} \ No newline at end of file