Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Oct 7, 2024
1 parent 79bcee7 commit f58d806
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-tigers-double.md

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@biomejs/biome": "^1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/get-github-info": "^0.6.0",
"@testcontainers/localstack": "^10.10.4",
"@tsconfig/node20": "latest",
"@types/aws-lambda": "^8.10.140",
Expand All @@ -25,6 +26,7 @@
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"tsup": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/store-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# middy-store-s3

## 0.0.6

### Patch Changes

- [#3](https://github.com/zirkelc/middy-store/pull/3) [`3fa55e9`](https://github.com/zirkelc/middy-store/commit/3fa55e921ecbcb12f75099ac03f9608ab77cf223) Thanks [@zirkelc](https://github.com/zirkelc)! - fix: use startsWith instead of equals to check content type

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-store-s3",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"engines": {
"node": ">=18"
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit f58d806

Please sign in to comment.