Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Mar 30, 2023
1 parent 1229afb commit 5202b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [unreleased]
## 6.3.4 (2023-03-30)

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"publisher": "AnWeber",
"description": "HTTP/REST CLI Client for *.http files",
"version": "6.3.3",
"version": "6.3.4",
"homepage": "https://github.com/AnWeber/httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,17 +39,17 @@
"httpyac": "./bin/httpyac.js"
},
"scripts": {
"start": "npm run watch",
"compile": "npm run esbuild && npm run tsc",
"esbuild": "node ./buildSrc/esbuild.js",
"docker_build": "npm run esbuild -- --no-external --no-minify",
"esbuild": "node ./buildSrc/esbuild.js",
"eslint": "eslint src --ext ts",
"format": "prettier --write --parser typescript \"src/**/*.ts?(x)\"",
"lint": "npm run format && npm run eslint && npm run tsc:check && npm run lockfile-lint && npm run packageJson-lint",
"lockfile-lint": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm --validate-checksum --validate-integrity",
"packageJson-lint": "node ./buildSrc/lintPackageJson.js",
"prepack": "npm run compile",
"prepare": "husky install",
"start": "npm run watch",
"test": "jest",
"tsc-watch": "tsc --watch --project tsconfig.build.json",
"tsc:check": "tsc --noEmit --project tsconfig.json",
Expand Down

0 comments on commit 5202b66

Please sign in to comment.