@mathrunet/masamune 0.6.1 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +10 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
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
+
10
+ ## [0.6.2](https://github.com/mathrunet/node_masamune/compare/v0.6.1...v0.6.2) (2023-07-06)
11
+
12
+
13
+ ### docs
14
+
15
+ * Added ReadMe link. ([06ab906](https://github.com/mathrunet/node_masamune/commit/06ab906478297cff54ef9130e8be643f7716bac8))
16
+
17
+
18
+
1
19
  ## [0.6.1](https://github.com/mathrunet/node_masamune/compare/v0.6.0...v0.6.1) (2023-06-30)
2
20
 
3
21
 
package/README.md CHANGED
@@ -9,6 +9,9 @@
9
9
  <a href="https://twitter.com/mathru">
10
10
  <img src="https://img.shields.io/static/v1?label=Twitter&message=Follow&logo=Twitter&color=1DA1F2&link=https://twitter.com/mathru" alt="Follow on Twitter" />
11
11
  </a>
12
+ <a href="https://threads.net/@mathrunet">
13
+ <img src="https://img.shields.io/static/v1?label=Threads&message=Follow&color=101010&link=https://threads.net/@mathrunet" alt="Follow on Threads" />
14
+ </a>
12
15
  <a href="https://github.com/invertase/melos">
13
16
  <img src="https://img.shields.io/static/v1?label=maintained%20with&message=melos&color=FF1493&link=https://github.com/invertase/melos" alt="Maintained with Melos" />
14
17
  </a>
@@ -20,7 +23,7 @@
20
23
 
21
24
  ---
22
25
 
23
- [[GitHub]](https://github.com/mathrunet) | [[YouTube]](https://www.youtube.com/c/mathrunetchannel) | [[Packages]](https://pub.dev/publishers/mathru.net/packages) | [[Twitter]](https://twitter.com/mathru) | [[LinkedIn]](https://www.linkedin.com/in/mathrunet/) | [[mathru.net]](https://mathru.net)
26
+ [[GitHub]](https://github.com/mathrunet) | [[YouTube]](https://www.youtube.com/c/mathrunetchannel) | [[Packages]](https://pub.dev/publishers/mathru.net/packages) | [[Twitter]](https://twitter.com/mathru) | [[Threads]](https://threads.net/@mathrunet) | [[LinkedIn]](https://www.linkedin.com/in/mathrunet/) | [[mathru.net]](https://mathru.net)
24
27
 
25
28
  ---
26
29
 
@@ -56,3 +59,9 @@ m.deploy(
56
59
  ```
57
60
 
58
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Manages packages for the server portion (NodeJS) of the Masamune framework.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",