Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tibber/tibber-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmich committed Dec 20, 2023
2 parents e260138 + c774453 commit 3a495e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.1](https://github.com/tibber/tibber-aws/compare/v6.0.0...v6.0.1) (2023-12-18)


### Bug Fixes

* fix handling of s3 as stream ([c7d94f9](https://github.com/tibber/tibber-aws/commit/c7d94f9a18f5c05c48f299085c311ae7d3f4206a))

# [6.0.0](https://github.com/tibber/tibber-aws/compare/v5.8.0...v6.0.0) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tibber-aws",
"version": "6.0.0",
"version": "6.0.1",
"description": "",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tibber-aws

## Version 6.x.x changes
- Migrated to aws sdk 3.x
- Removed ECS Api

## Usage

```
import {Topic, Queue} from 'tibber-aws';
Expand Down

0 comments on commit 3a495e4

Please sign in to comment.