Commit 0558a1aa authored by Juhee Lee's avatar Juhee Lee
Browse files

chore: clean up deprecated field

parent c41886d7
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -81,47 +81,38 @@ module.exports = {
            {
              type: 'feat',
              section: '✨ Features',
              hidden: false,
            },
            {
              type: 'fix',
              section: '🐛 Bug Fixes',
              hidden: false,
            },
            {
              type: 'docs',
              section: '📝 Documentation',
              hidden: false,
            },
            {
              type: 'style',
              section: '💈 Code-style',
              hidden: false,
            },
            {
              type: 'refactor',
              section: '⚡ Refactor',
              hidden: false,
            },
            {
              type: 'perf',
              section: '⏩ Performance',
              hidden: false,
            },
            {
              type: 'test',
              section: '✅ Tests',
              hidden: false,
            },
            {
              type: 'ci',
              section: '🔁 CI',
              hidden: false,
            },
            {
              type: 'chore',
              section: '🔁 Chore',
              hidden: false,
            },
          ],
        },