Skip to content

Commit 8ba74a5

Browse files
author
GitHub Action
committed
🔖 Release 1.2.0
1 parent 63a4feb commit 8ba74a5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## [1.1.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.1...1.1.2)
3+
## [1.2.0](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.2...1.2.0)
4+
5+
- Bump dependencies + support husky v9 [`#73`](https://github.com/jessedobbelaere/jira-smart-commit/pull/73)
6+
- Fix release-it script [`63a4feb`](https://github.com/jessedobbelaere/jira-smart-commit/commit/63a4feb62538fdde856620f25897231144398e99)
7+
8+
## [1.1.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.1...1.1.2) (2020-11-03)
49

510
- Display warning when trying to commit to master, main or develop [`#41`](https://github.com/jessedobbelaere/jira-smart-commit/pull/41)
611
- Bump mocha from 6.2.2 to 7.1.2 [`#25`](https://github.com/jessedobbelaere/jira-smart-commit/pull/25)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-smart-commit",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A githook script that transforms commit messages to JIRA smart commits based on branch names",
55
"author": "Jesse Dobbelaere <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)