@mathrunet/masamune 0.6.2 → 0.6.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.
- package/CHANGELOG.md +9 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [0.6.3](https://github.com/mathrunet/node_masamune/compare/v0.6.2...v0.6.3) (2023-07-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### docs
|
|
5
|
+
|
|
6
|
+
* Added GithubSponsors to ReadMe. ([4c4b3f9](https://github.com/mathrunet/node_masamune/commit/4c4b3f9a28870aea7bcd38afaa0b64315ab8ed66))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [0.6.2](https://github.com/mathrunet/node_masamune/compare/v0.6.1...v0.6.2) (2023-07-06)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -59,3 +59,9 @@ m.deploy(
|
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
Functions passed to deploy are deployed to Cloud Functions for Firebase.
|
|
62
|
+
|
|
63
|
+
# GitHub Sponsors
|
|
64
|
+
|
|
65
|
+
Sponsors are always welcome. Thank you for your support!
|
|
66
|
+
|
|
67
|
+
[https://github.com/sponsors/mathrunet](https://github.com/sponsors/mathrunet)
|