Skip to content

Commit

Permalink
chore: 🔖 bump version to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance committed Oct 20, 2024
1 parent 3779fe3 commit 436da0f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/small-fans-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"s3bucketlist": minor
---

- Add origin of s3 bucket request
- Fixes on duplicate bucket checks
- Style adjustment on scroll display
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S3BucketList v3.0.1
# S3BucketList v3.2.0

Search, lists, and checks S3 Buckets found in network requests while you are browsing.

Expand All @@ -17,7 +17,6 @@ You can install this extension from the [Chrome Web Store](https://chromewebstor

## Roadmap

- Add CI/CD for releases and versioning
- Add blacklisting

## Tech Stack
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "S3BucketList",
"description": "Search, lists, and checks S3 Buckets found in network requests",
"version": "3.0.1",
"version": "3.2.0",
"icons": {
"16": "images/bucket-16.png",
"32": "images/bucket-32.png",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function App() {
Alec Blance
</a>
</p>
<p>v3.0.1</p>
<p>v3.2.0</p>
</div>
</div>
</Tabs>
Expand Down

0 comments on commit 436da0f

Please sign in to comment.