Skip to content

Commit 12c55ec

Browse files
🔖 chore(release): @gitmoji/[email protected] [skip ci]
## [1.2.6](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-02-26) ### ✨ Features * add new release configuration ([ae6ff31](ae6ff31)) * add style and build to release rule ([acd7860](acd7860)) * **config**: support more config type ([f642dc8](f642dc8)) * **config**: support more config type ([84db257](84db257)) * **config-monorepo**: add scope lint ([7f635e9](7f635e9)) * **description**: update package description ([56dd470](56dd470)) * **i18n**: support on or off emoji ([6ad63c4](6ad63c4)) * **i18n**: support switch language ([c7dfa78](c7dfa78)) ### 🐛 Bug Fixes * fix package homepage ([e611019](e611019)) * fix parser success without gitmoji ([780064f](780064f)) * **changelog**: fix style type display name ([2fe4ecf](2fe4ecf)) * **changelog**: remove scope brace ([5ae3807](5ae3807)) * **commit-types**: add test documents ([947aacd](947aacd)) * **package**: clean unused files in package ([6805b75](6805b75)) * **plugin**: throw better fetch failed msg ([c74a1ff](c74a1ff)), closes [#12](#12)
1 parent 71471cf commit 12c55ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/parser-opts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 更新日志
22

3+
## @gitmoji/parser-opts [1.2.6](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-02-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* fix parser success without gitmoji ([780064f](https://github.com/arvinxx/gitmoji-commit-workflow/commit/780064f))
9+
310
## @gitmoji/parser-opts [1.2.5](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-01-25)
411

512

packages/parser-opts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji/parser-opts",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "gitmoji styles commit parser options",
55
"author": "arvinxx <[email protected]>",
66
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/parser-opts",

0 commit comments

Comments
 (0)