solidity-scale-codec 0.3.0 → 0.3.2

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 +25 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
- ## Version 0.2.1
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ [Unreleased]
9
+
10
+ ## Version 0.3.2
11
+
12
+ ## Changed
13
+
14
+ - Better Changelog - [#288b3e9](https://github.com/LucasGrasso/solidity-scale-codec/commit/288b3e966ff1d030b7e50dcc40d0610cd30b201c)
15
+
16
+ ## Version 0.3.1
17
+
18
+ ### Fixed
19
+
20
+ - Fix Doc Site - [#da72e55](https://github.com/LucasGrasso/solidity-scale-codec/commit/dc4c9becb5495187078dee73932a89ffa5c7febf)
21
+
22
+ ## Version 0.3
2
23
 
3
24
  ### Added
4
25
 
5
- - Documentation Site - []()
26
+ - Documentation Site - [#eec06ff](https://github.com/LucasGrasso/solidity-scale-codec/commit/ec06ff0faa1405914893966e91bfe99d1196986)
6
27
 
7
- ### Changed
28
+ ### Fixed
8
29
 
9
- - Fix docs in Junctions - [#de668af..e7b8edb](https://github.com/LucasGrasso/solidity-scale-codec/commit/e7b8edbfd6f965c0120cb2572f24e3c8e81c78fe)
30
+ - Fix docs in Junctions - [#de668af](https://github.com/LucasGrasso/solidity-scale-codec/commit/e7b8edbfd6f965c0120cb2572f24e3c8e81c78fe)
10
31
 
11
32
  ## Version 0.2.0
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solidity-scale-codec",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Solidity implementation of scale-codec.",
5
5
  "keywords": [
6
6
  "solidity",
@@ -47,10 +47,10 @@
47
47
  "hardhat": "^3.0.15",
48
48
  "prettier": "^3.8.1",
49
49
  "prettier-plugin-solidity": "^2.2.1",
50
+ "solidity-doc-generator": "^1.0.7",
50
51
  "typescript": "~5.8.0",
51
52
  "viem": "^2.40.3",
52
53
  "vitepress": "^1.6.4",
53
- "vue": "^3.4.0",
54
- "solidity-doc-generator": "^1.0.4"
54
+ "vue": "^3.4.0"
55
55
  }
56
56
  }