Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Dec 31, 2024
1 parent a664e77 commit 8519dae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.0.3

[compare changes](https://git/kpietraszko/schemind/compare/v0.0.2...v0.0.3)

### 🚀 Enhancements

- Schema validation (d52f3f2)

### 📖 Documentation

- Added bundle size badge to README (b718b52)
- Fixed links on README badges (ce327f1)

### 🏡 Chore

- Update code coverage badge (a664e77)

### ❤️ Contributors

- Kpietraszko ([@kpietraszko](http://github.com/kpietraszko))

## v0.0.2

[compare changes](https://git/kpietraszko/schemind/compare/v0.0.1...v0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schemind",
"version": "0.0.2",
"version": "0.0.3",
"description": "Read and write to messages serialized as arrays (indexed keys) by defining a schema, \nenabling smaller message size when using protocols such as msgpack or JSON.",
"keywords": [
"serialization",
Expand Down

0 comments on commit 8519dae

Please sign in to comment.