Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkml committed Apr 12, 2024
1 parent 38c486d commit 8111e5d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog


## v0.0.1


### 🚀 Enhancements

- Poc ([e19fb27](https://github.com/ijkml/nuxima/commit/e19fb27))

### 🩹 Fixes

- `Inlined implicit external defu` ([1182999](https://github.com/ijkml/nuxima/commit/1182999))

### 🏡 Chore

- Update deps ([eb47ca2](https://github.com/ijkml/nuxima/commit/eb47ca2))
- Eslint and deps ([83f7abb](https://github.com/ijkml/nuxima/commit/83f7abb))
- Remove test boilerplate ([5af2a5f](https://github.com/ijkml/nuxima/commit/5af2a5f))
- Playground ([f862f3b](https://github.com/ijkml/nuxima/commit/f862f3b))
- Playground ([e4523eb](https://github.com/ijkml/nuxima/commit/e4523eb))
- Add basic description ([25a766b](https://github.com/ijkml/nuxima/commit/25a766b))
- Setting up ([38c486d](https://github.com/ijkml/nuxima/commit/38c486d))

### ❤️ Contributors

- ML ([@ijkml](http://github.com/ijkml))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxima",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Umami module for Nuxt",
"license": "MIT",
"repository": "ijkml/nuxima",
Expand Down Expand Up @@ -38,4 +38,4 @@
"eslint": "^9.0.0",
"nuxt": "^3.11.2"
}
}
}

0 comments on commit 8111e5d

Please sign in to comment.