Skip to content

Commit

Permalink
fix: convert to pascalCase error
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Aug 12, 2024
2 parents e14938e + 964ccd9 commit da4d4f5
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 148 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v1.1.0

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

### 🚀 Enhancements

- Update es-toolkit to 1.15.1 ([248613a](https://github.com/mangmax/nuxt-es-toolkit/commit/248613a))

### 📖 Documentation

- Undate playground example ([a3794f3](https://github.com/mangmax/nuxt-es-toolkit/commit/a3794f3))

### 🏡 Chore

- Update readme ([ae6b887](https://github.com/mangmax/nuxt-es-toolkit/commit/ae6b887))

### ❤️ Contributors

- Mang <1061875478@qq.com>

## v1.0.2

[compare changes](https://github.com/mangmax/nuxt-es-toolkit/compare/v1.0.1...v1.0.2)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-es-toolkit",
"version": "1.0.2",
"version": "1.1.0",
"description": "es-toolkit for Nuxt",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,17 +34,17 @@
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"es-toolkit": "^1.13.1"
"es-toolkit": "^1.15.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.0",
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"changelogen": "^0.5.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"typescript": "latest",
"vitest": "^1.6.0",
Expand Down
Loading

0 comments on commit da4d4f5

Please sign in to comment.