We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e37f760 + eb44020 commit 83e6efaCopy full SHA for 83e6efa
2 files changed
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+(modification: no type change headlines) and this project adheres to
6
+[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## 0.1.0 - 2024-02-28
9
10
+Initial release of the library
11
package.json
@@ -1,6 +1,6 @@
{
"name": "kzg-wasm",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "",
"scripts": {
"build": "npm run build:ts && npm run transpileCJS && npm run fixRequire",
0 commit comments