We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311a05 commit 2c3a46cCopy full SHA for 2c3a46c
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.1]
11
+
12
### Added
13
14
- Added a changelog
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mbw/sb3",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"exports": "./mod.ts",
5
"imports": {
6
"@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.44"
0 commit comments