Skip to content

Commit

Permalink
Merge pull request #2 from ethereumjs/new-release
Browse files Browse the repository at this point in the history
Initial v0.1 Release
  • Loading branch information
acolytec3 committed Feb 28, 2024
2 parents e37f760 + eb44020 commit 83e6efa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.1.0 - 2024-02-28

Initial release of the library

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 83e6efa

Please sign in to comment.