@mathrunet/masamune 2.3.3 → 2.3.5

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/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [2.3.5](https://github.com/mathrunet/node_masamune/compare/v2.3.4...v2.3.5) (2024-02-22)
2
+
3
+
4
+ ### fix
5
+
6
+ * Response to Suspension ([63ad4c5](https://github.com/mathrunet/node_masamune/commit/63ad4c54e8b4771b64d85bcb9f2c9d3b950155f4))
7
+
8
+
9
+
10
+ ## [2.3.4](https://github.com/mathrunet/node_masamune/compare/v2.3.3...v2.3.4) (2024-02-22)
11
+
12
+
13
+ ### fix
14
+
15
+ * Change in billing status. ([95cac67](https://github.com/mathrunet/node_masamune/commit/95cac67c4abfd6761a5a1f400310408c0df69670))
16
+
17
+
18
+
1
19
  ## [2.3.3](https://github.com/mathrunet/node_masamune/compare/v2.3.2...v2.3.3) (2024-02-14)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
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",