Skip to content

Commit eb44020

Browse files
committed
Bump version to v0.1.0, added CHANGELOG file
1 parent e37f760 commit eb44020

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kzg-wasm",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "",
55
"scripts": {
66
"build": "npm run build:ts && npm run transpileCJS && npm run fixRequire",

0 commit comments

Comments
 (0)