Skip to content

Commit

Permalink
Merge pull request #26 from AlecBlance/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance authored Oct 20, 2024
2 parents 5d6aa67 + 1a3f180 commit 27f7fa4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/small-fans-wonder.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# s3bucketlist

## 3.1.0

### Minor Changes

- 436da0f: - Add origin of s3 bucket request
- Fixes on duplicate bucket checks
- Style adjustment on scroll display

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S3BucketList v3.2.0
# S3BucketList v3.1.0

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s3bucketlist",
"private": true,
"version": "3.0.1",
"version": "3.1.0",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
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.2.0",
"version": "3.1.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.2.0</p>
<p>v3.1.0</p>
</div>
</div>
</Tabs>
Expand Down

0 comments on commit 27f7fa4

Please sign in to comment.