Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Aug 6, 2024
1 parent 8e58730 commit e14938e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v1.0.2

[compare changes](https://github.com/mangmax/nuxt-es-toolkit/compare/v1.0.1...v1.0.2)

### 🩹 Fixes

- Convert to camelCase error ([8e58730](https://github.com/mangmax/nuxt-es-toolkit/commit/8e58730))

### 📖 Documentation

- Undate playground example ([a3794f3](https://github.com/mangmax/nuxt-es-toolkit/commit/a3794f3))
- Update the wrong word ([933aaaf](https://github.com/mangmax/nuxt-es-toolkit/commit/933aaaf))

### 🏡 Chore

- **release:** V0.0.2 ([17f4b79](https://github.com/mangmax/nuxt-es-toolkit/commit/17f4b79))
- Update readme ([ae6b887](https://github.com/mangmax/nuxt-es-toolkit/commit/ae6b887))
- Merge update ([2549faa](https://github.com/mangmax/nuxt-es-toolkit/commit/2549faa))
- Update the dependency version ([ce8e680](https://github.com/mangmax/nuxt-es-toolkit/commit/ce8e680))

### ❤️ Contributors

- Mang <1061875478@qq.com>

## v1.0.1

[compare changes](https://github.com/mangmax/nuxt-es-toolkit/compare/v0.0.2...v1.0.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-es-toolkit",
"version": "1.0.1",
"version": "1.0.2",
"description": "es-toolkit for Nuxt",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --registry https://registry.npmjs.org/ --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit e14938e

Please sign in to comment.