Skip to content

Commit

Permalink
Publish v0.0.4 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv authored Mar 5, 2024
1 parent 39952bd commit ac1cd6d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
9 changes: 9 additions & 0 deletions smath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.0.4

- Rename interpolator class
- Add and export `SMath` library
- Minor simplification in `tsconfig.json`
- Add badges in README
- Add keywords in `package.json`
- Add funding in `package.json`

## 0.0.3

- Fix bugs in scripts
Expand Down
5 changes: 4 additions & 1 deletion smath/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# smath
Small math function library
Small math function library

![NPM Version](https://img.shields.io/npm/v/smath)
![NPM Downloads](https://img.shields.io/npm/dt/smath)
19 changes: 17 additions & 2 deletions smath/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smath",
"version": "0.0.3",
"version": "0.0.4",
"description": "Small math function library",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -17,12 +17,27 @@
"docs": "rm -rf docs && typedoc src",
"prepublishOnly": "npm run build && npm run types"
},
"keywords": [],
"keywords": [
"small",
"math",
"function",
"library",
"simple",
"number",
"interpolate",
"interpolation",
"extrapolate",
"extrapolation"
],
"author": {
"name": "Nicolas Ventura",
"email": "[email protected]",
"url": "https://nicolasventura.com/"
},
"funding": {
"type": "paypal",
"url": "https://www.paypal.com/donate/?business=UM6EEKPW8GXA2&no_recurring=0&item_name=Open+source+development&currency_code=USD"
},
"repository": {
"type": "git",
"url": "https://github.com/nicfv/npm",
Expand Down

0 comments on commit ac1cd6d

Please sign in to comment.