Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 12, 2024
1 parent 4cf129c commit 7d9371e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.0.2

[compare changes](https://github.com/hywax/lxc-idmapper/compare/v0.0.1...v0.0.2)

### 📖 Documentation

- Change base usage ([d3719d7](https://github.com/hywax/lxc-idmapper/commit/d3719d7))

### 📦 Build

- Remove private flag ([e4bfc4f](https://github.com/hywax/lxc-idmapper/commit/e4bfc4f))

### 🏡 Chore

- Update CONTRIBUTORS ([cdcfec7](https://github.com/hywax/lxc-idmapper/commit/cdcfec7))
- Implements mapper ([efc44bc](https://github.com/hywax/lxc-idmapper/commit/efc44bc))
- Usage on development ([4cf129c](https://github.com/hywax/lxc-idmapper/commit/4cf129c))

### ✅ Tests

- Implements 3 tests ([6753baa](https://github.com/hywax/lxc-idmapper/commit/6753baa))

### ❤️ Contributors

- Hywax ([@hywax](http://github.com/hywax))
- Bot ([@hywax-assistant](http://github.com/hywax-assistant))

## v0.0.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lxc-idmapper",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": {
"import": "./dist/lxc-idmapper.js",
Expand Down Expand Up @@ -43,4 +43,4 @@
"lint-staged": {
"*.ts": "pnpm run lint"
}
}
}

0 comments on commit 7d9371e

Please sign in to comment.