Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 3, 2024
2 parents a5bd886 + 065f193 commit 7262a56
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 146 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.14] - 2024-12-03

### 🐛 Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.13] - 2024-11-23

### 🐛 Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
},
"dependencies": {
"@cloudinary/url-gen": "1.21.0",
"hono": "4.6.11"
"hono": "4.6.12"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241112.0",
"@cloudflare/workers-types": "4.20241202.0",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/localtunnel": "2.0.4",
"@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "56.0.1",
"localtunnel": "2.0.2",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.1.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"wrangler": "3.90.0"
"wrangler": "3.91.0"
},
"resolutions": {
"axios": ">=1.7.4",
Expand Down
Loading

0 comments on commit 7262a56

Please sign in to comment.