@pyverret/ratejs 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,21 +14,9 @@ npm i @pyverret/ratejs
14
14
  npm run validate
15
15
  ```
16
16
 
17
- ## Automated Releases
18
-
19
- Releases are managed by `semantic-release` on pushes to `main`.
20
-
21
- Required GitHub secrets:
22
- - `NPM_TOKEN`: npm automation token with publish access.
23
-
24
- Behavior:
25
- - Conventional Commits drive version bumps (`fix` = patch, `feat` = minor, `feat!` or `BREAKING CHANGE` = major).
26
- - Release workflow runs `npm run validate` before publishing.
27
- - Git tags use format `vX.Y.Z`.
28
-
29
17
  ## Live Demo
30
18
 
31
- - GitHub Pages URL: `https://pyverret.github.io/ratejs/`
19
+ - GitHub Pages URL: [https://pyverret.github.io/ratejs/](https://pyverret.github.io/ratejs/)
32
20
  - Demo source: [`demo/`](./demo)
33
21
 
34
22
  Run locally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyverret/ratejs",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Lightweight, dependency-free TypeScript financial math library providing pure calculation utilities.",
5
5
  "author": "Pierre-Yves Verret",
6
6
  "license": "ISC",