Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-bot committed Jan 23, 2024
1 parent 29ec743 commit ceaa0fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.1.0] - 2024-01-23

### Changed

* Using node 16 rather than 14 to develop the package
* Increased the axios version to ^1.0.0 allowing the use of any 1.x version.
* Increased version of Jest used for testing
* Increased package versions of dependencies with npm audit fix
- Using node 16 rather than 14 to develop the package
- Increased the axios version to ^1.0.0 allowing the use of any 1.x version.
- Increased version of Jest used for testing
- Increased package versions of dependencies with npm audit fix

### Contributors

* [@sakgoyal](https://github.com/sakgoyal)
- [@sakgoyal](https://github.com/sakgoyal)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudmailin",
"version": "0.0.3",
"version": "0.1.0",
"description": "Official Node.js for the CloudMailin Email API - https://www.cloudmailin.com",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ceaa0fc

Please sign in to comment.