Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacetm committed Aug 17, 2020
1 parent 3fdcaa9 commit 9cea6cc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Configurado CI/CD utilizando Github Actions.

## [1.0.0] - 2020-08-16

### Changed

### Fixed

### Removed

### Added

[Unreleased]: https://github.com/dev-senior-com-br/senior-hcm-node/compare/v1.0.0...HEAD

[1.0.0]: https://github.com/dev-senior-com-br/senior-hcm-node/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"bluebird": "3.4.7",
"dotenv": "^8.2.0",
"lodash": "^4.17.19",
"lodash": "^4.17.15",
"q": "2.0.x",
"request": "^2.88.0",
"tsc": "^1.20150623.0"
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@seniorsistemas/senior-core": "^1.2.30",
"@seniorsistemas/senior-core": "^1.2.23",
"@types/q": "^1.5.2",
"@types/request": "^2.48.4",
"minimist": ">=1.2.2",
Expand Down

0 comments on commit 9cea6cc

Please sign in to comment.