Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MurmeltierS committed May 2, 2024
1 parent 0ee9116 commit 4a47c6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog


## v0.1.3

[compare changes](https://github.com/Brand-Boosting-GmbH/workerd-ftp/compare/0.1.0...v0.1.3)

### 🏡 Chore

- Apply automated fixes ([b2e4db5](https://github.com/Brand-Boosting-GmbH/workerd-ftp/commit/b2e4db5))
- Apply automated fixes ([90469b6](https://github.com/Brand-Boosting-GmbH/workerd-ftp/commit/90469b6))
- Apply automated fixes ([f864de6](https://github.com/Brand-Boosting-GmbH/workerd-ftp/commit/f864de6))

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workerd-ftp",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"repository": "Brand-Boosting-GmbH/workerd-ftp",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"release": "changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck"
},
Expand All @@ -51,4 +51,4 @@
"vitest": "^1.1.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 4a47c6b

Please sign in to comment.