Skip to content

Commit f17af8f

Browse files
🔖 Release 1.1.2
1 parent 8866ac4 commit f17af8f

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
## [1.1.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.1...1.1.2)
4+
5+
- Display warning when trying to commit to master, main or develop [`#41`](https://github.com/jessedobbelaere/jira-smart-commit/pull/41)
6+
- Bump mocha from 6.2.2 to 7.1.2 [`#25`](https://github.com/jessedobbelaere/jira-smart-commit/pull/25)
7+
- Bump sinon from 7.5.0 to 9.0.2 [`#24`](https://github.com/jessedobbelaere/jira-smart-commit/pull/24)
8+
- Bump mocha from 6.2.0 to 6.2.2 [`#11`](https://github.com/jessedobbelaere/jira-smart-commit/pull/11)
9+
- Bump sinon from 7.4.2 to 7.5.0 [`#9`](https://github.com/jessedobbelaere/jira-smart-commit/pull/9)
10+
- Upgrades and code cleanup (#42) [`8866ac4`](https://github.com/jessedobbelaere/jira-smart-commit/commit/8866ac4c809de52a2b69fabb296e8eab7832c15d)
11+
- Update README.md [`f8e0ec0`](https://github.com/jessedobbelaere/jira-smart-commit/commit/f8e0ec0753a50492c57b5a994d4c54b61a83f6e6)
12+
13+
## [1.1.1](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.0...1.1.1) (2019-09-18)
14+
15+
- Bump proxyquire from 2.1.0 to 2.1.3 [`#8`](https://github.com/jessedobbelaere/jira-smart-commit/pull/8)
16+
- Bump sinon from 7.2.2 to 7.4.2 [`#7`](https://github.com/jessedobbelaere/jira-smart-commit/pull/7)
17+
- Bump mocha from 5.2.0 to 6.2.0 [`#6`](https://github.com/jessedobbelaere/jira-smart-commit/pull/6)
18+
- Add badges to Readme [`5002979`](https://github.com/jessedobbelaere/jira-smart-commit/commit/50029792f58e13e7bc5538b768b086c9dad008dd)
19+
20+
## [1.1.0](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.2...1.1.0) (2018-12-28)
21+
22+
- Bump dependencies and release [`#5`](https://github.com/jessedobbelaere/jira-smart-commit/pull/5)
23+
- Make more flexible to catch task name & use HUSKY_GIT_PARAMS if GIT_P… [`#4`](https://github.com/jessedobbelaere/jira-smart-commit/pull/4)
24+
- Add bin executable statement [`#2`](https://github.com/jessedobbelaere/jira-smart-commit/pull/2)
25+
- make more flaxible to catch task name & use HUSKY_GIT_PARAMS if GIT_PARAMS was not passed [`e67ad89`](https://github.com/jessedobbelaere/jira-smart-commit/commit/e67ad89fbad79e3ee30c4676241b82b860f46420)
26+
27+
## [1.0.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.1...1.0.2) (2017-10-18)
28+
29+
- Add bin executable statement [`7c66fa6`](https://github.com/jessedobbelaere/jira-smart-commit/commit/7c66fa6ec860bacffc1ae6807f7e3166ccfe54aa)
30+
31+
## [1.0.1](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.0...1.0.1) (2017-10-13)
32+
33+
- Fix duplicate prefixes being added [`#1`](https://github.com/jessedobbelaere/jira-smart-commit/pull/1)
34+
- Add more shields [`b0f89b3`](https://github.com/jessedobbelaere/jira-smart-commit/commit/b0f89b3361c68692f20c38bdd7ce9b058886f174)
35+
36+
## 1.0.0 (2017-09-07)
37+
38+
- ✨ Initial commit [`a70e4f5`](https://github.com/jessedobbelaere/jira-smart-commit/commit/a70e4f5ee9bb6fe5cdb65f0dec0ecc9be4cfb59a)
39+
- Add travis-ci [`a52f8f2`](https://github.com/jessedobbelaere/jira-smart-commit/commit/a52f8f251d15c6c0e8d833405064663b7b358c34)
40+
- Add node versions [`695fafc`](https://github.com/jessedobbelaere/jira-smart-commit/commit/695fafc7c62ef91f74f7964f74c1d7a5a2c0481a)
41+
- Add badges [`ba1345b`](https://github.com/jessedobbelaere/jira-smart-commit/commit/ba1345beb915b35c844fe2a3ef09174c61f0a71f)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1",
3+
"version": "1.1.2",
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)