Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agmoss committed Jul 17, 2023
1 parent ed97d70 commit 5a1743f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.4.0](https://github.com/agmoss/winston-azure-blob/compare/v1.3.1...v1.4.0) (2023-07-17)


### Features

* Adding better support for connection strings ([f1ab160](https://github.com/agmoss/winston-azure-blob/commit/f1ab160a304a313882044d910a329add2f6c2a42))
* Adding some better internal types and stronger linting rules ([36b113b](https://github.com/agmoss/winston-azure-blob/commit/36b113bfa422ad39309e356e67978536ee423181))


### Bug Fixes

* Applying validation and reporting to Azure account credential arguments ([041df69](https://github.com/agmoss/winston-azure-blob/commit/041df69c7e4e6e22fefed3ea553d3567bcbc2ea5))

### 1.3.1 (2022-05-29)


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": "winston-azure-blob",
"version": "1.3.1",
"version": "1.4.0",
"description": "NEW winston transport for azure blob storage",
"keywords": [
"winston",
Expand Down

0 comments on commit 5a1743f

Please sign in to comment.