Skip to content

Commit 3207901

Browse files
authored
Merge pull request #9 from felipe-frade/release
Release
2 parents 897c55b + 43d8e12 commit 3207901

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
## Versão - [1.3.1]()
7+
## Versão - [1.4.0]()
88

99
### Melhorias ✨
1010

1111
### Correções 🐛
12+
13+
- [`A-1`](https://issues.apache.org/jira/browse/A-1) corrigindo erro [`0e41bdb`](https://github.com/felipe-frade/github-actions-test-2/commit/0e41bdb82006da8b16fc1c3076f423486f017d80)

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# github-actions-test
22

33
feat(A-1): novo teste
4+
feat(A-1): novo teste 2
5+
feat(A-1): novo teste 3
6+
fix(A-1): corrigindo erro

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"hotfix\\(": ""
1313
}
1414
},
15-
"version": "1.3.1",
15+
"version": "1.4.0",
1616
"scripts": {
1717
"version": "auto-changelog -p --template changelog-template.hbs && git add CHANGELOG.md",
1818
"version-json": "auto-changelog --template json --output changelog-data.json"

0 commit comments

Comments
 (0)