Skip to content

Latest commit

 

History

History
113 lines (60 loc) · 6.09 KB

CHANGELOG.md

File metadata and controls

113 lines (60 loc) · 6.09 KB

Changelog

generated with @semantic-release/changelog

1.2.0 (2021-09-06)

✨ Features

  • CI: add semantic-release process (#1) (061d2ef)

1.1.7 (2021-09-06)

♻️ Refactoring

  • rename pckg to 'preset-conventional-changelog' (73af829)

🔧 Configs

  • add 'main' branch to release config (7381ae1)
  • types: change type definitions (37ee872)

📝 Documentations

  • CHANGELOG: generate with new type definitions
  • README: adapt to new type definitions (7a12a1f)

1.1.6 (2021-05-17)

🪲 Bug Fixes

  • change type definitions (f8242e7)
  • release: remove 'conventionalcommits' preset (2f94cd6)

1.1.5 (2021-05-16)

Bug Fixes

  • vsCode: dont format handlebars files (3e6735b)
  • reorder type groups (70c8c3a)
  • templates: use relative paths (3a44c6e)

1.1.4 (2021-05-15)

🪲 Bug Fixes

  • npm: use right pattern for src files (1819f22)

📝 Documentations

  • CHANGELOG: add missing emoji in headline (b1fb4c3)

1.1.3 (2021-05-15)

🪲 Bug Fixes

  • npm: add src files to pckg (7c3c7b8)

🔧 Configs

  • release: dont patch on 'docs' (3e33aa6)

1.1.2 (2021-05-14)

🔧 Configs

  • travis: install '@stackr23/preset-conventional-changelog' globally (ab67bce)

📝 Documentations

  • README: add type adaptions (0e7b4b4)

1.1.1 (2021-05-14)

🪲 Bug Fixes

  • types: change 'ci' and 'build' titles (ef07a87)

🏗️ Refactoring

  • change type group order (407ee53)
  • move module code to /src (cfc4741)

🔧 Configs

  • travis: add default travis config (d5b73f4)
  • travis: install '@stackr23/preset-conventional-changelog' before deployment (1ead94a)
  • release: add 'semantic-release' config (932e342)

📝 Documentations

  • README: add npm package badge (da98693)

1.1.0 (2021-05-14)

✨ Features

  • add eslint and prettier (a7782ea)

🪲 Bug Fixes

  • sortOrder: fix sectionOrder Map (95a2030)
  • sort commit gropus by types array (ece59d5)

🏗️ Refactoring

  • define and apply section titles with emojis (7cf35aa)

📝 Documentations