Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-05-29)

### Bug Fixes

* fix workflow  ([#3](#3)) ([a629926](a629926))
* replace yarn for npm ([#2](#2)) ([f793ce9](f793ce9))

### Features

* git workflow automatic publish npm ([#1](#1)) ([0111b94](0111b94))
* skeleton conexión aws npm ([d8b78c0](d8b78c0))
  • Loading branch information
semantic-release-bot committed May 29, 2021
1 parent a629926 commit 62fb249
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-05-29)


### Bug Fixes

* fix workflow ([#3](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/issues/3)) ([a629926](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/a6299260dc623ce8b2350d76b5c373c716508ac1))
* replace yarn for npm ([#2](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/issues/2)) ([f793ce9](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/f793ce9d63e204681a900a54c368e489cb52d440))


### Features

* git workflow automatic publish npm ([#1](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/issues/1)) ([0111b94](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/0111b94df6c95e5f0a85057770d24bd016630873))
* skeleton conexión aws npm ([d8b78c0](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/d8b78c0aa1e014fd5a80ac7a82d40ebc0740f019))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-aws-sqs",
"version": "0.0.0",
"version": "1.0.0",
"description": "conexion a amazon aws, sqs microservice strategy",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 62fb249

Please sign in to comment.