Skip to content

Commit

Permalink
chore(main): release 1.7.1 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Necrelox authored Aug 14, 2024
2 parents 7b3f808 + 19271f3 commit c2f97bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.7.1](https://github.com/Basalt-Lab/basalt-helper/compare/v1.7.0...v1.7.1) (2024-08-14)


### Code Refactoring

* merge all errorkeys + clean value... ([c348130](https://github.com/Basalt-Lab/basalt-helper/commit/c34813098cb92d8c61a779f2a2d496a18aa3b913))


### Build System

* downgrade version for the moment ([85ca98f](https://github.com/Basalt-Lab/basalt-helper/commit/85ca98f95ab57330e571ee8229e1523a8917665e))

## [1.7.0](https://github.com/Basalt-Lab/basalt-helper/compare/v1.6.1...v1.7.0) (2024-08-13)


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": "@basalt-lab/basalt-helper",
"version": "1.7.0",
"version": "1.7.1",
"description": "Helper of Basalt Framework",
"main": "Build/App.js",
"types": "Build/App.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.3.0",
Expand Down

0 comments on commit c2f97bc

Please sign in to comment.