Skip to content

Commit 577f3bb

Browse files
🔖 chore(release): semantic-release-config-gitmoji@1.0.0-beta.1 [skip ci]
# semantic-release-config-gitmoji 1.0.0-beta.1 (2021-03-06) ### ✨ Features * add git options ([cd1ab94](cd1ab94)) * support config creator ([cf5de70](cf5de70))
1 parent cd1ab94 commit 577f3bb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
# semantic-release-config-gitmoji 1.0.0-beta.1 (2021-03-06)
4+
5+
6+
### ✨ Features
7+
8+
* add git options ([cd1ab94](https://github.com/arvinxx/gitmoji-commit-workflow/commit/cd1ab94))
9+
* support config creator ([cf5de70](https://github.com/arvinxx/gitmoji-commit-workflow/commit/cf5de70))

packages/release-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-config-gitmoji",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.1",
44
"description": "a gitmoji commit style presets for semantic-release",
55
"main": "lib/index.js",
66
"files": [
@@ -36,9 +36,9 @@
3636
},
3737
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/release-config#readme",
3838
"dependencies": {
39-
"@gitmoji/commit-types": "^1.1.5",
39+
"@gitmoji/commit-types": "1.1.5",
4040
"@semantic-release/changelog": "^5.0.1",
4141
"@semantic-release/git": "^9.0.0",
42-
"conventional-changelog-gitmoji-config": "^1.4.2"
42+
"conventional-changelog-gitmoji-config": "1.4.2"
4343
}
4444
}

0 commit comments

Comments
 (0)