Skip to content

Latest commit

 

History

History
218 lines (142 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

218 lines (142 loc) · 16.2 KB

v1.5.0 (2022-11-24)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

✨ New features

  • 7885c16 Add support for custom caption

♻️ Updates

  • ac0685a Refactor notes to generate items
  • 40d71b1 Use eval directory to allow require
  • a8e9d7f Use @github/actions-script method for require

v1.4.4 (2022-11-24)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

♻️ Updates

  • e696f1f Allow date to be number (e.g., 2022)

🐛 Bug fixes

  • fbad5a1 Correctly parse year dates

v1.4.3 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

🐛 Bug fixes

  • ca40c9d Correctly parse title in body

v1.4.2 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

🐛 Bug fixes

  • 99cf5d5 Fix fallback heading parsing

v1.4.1 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

🐛 Bug fixes

v1.4.0 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

✨ New features

  • 7ea29a0 Add support for attributes

v1.3.1 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

🐛 Bug fixes

  • a8f1882 Ensure body exists when trimming

v1.3.0 (2022-11-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

✨ New features

  • f686a48 Use front-matter, add slug & path

v1.2.0 (2022-11-20)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

✨ New features

  • ac6b07a Add number of words to summary & API
  • 341bc09 Only commit if there are any changes
  • 2158e0e Add support for excerpt

♻️ Updates

🐛 Bug fixes

  • 7dd439d Fix date input for git log check
  • 5db1ff8 Use words, not characters, in word count
  • 9bdb05f Ignore front matter data in files
  • e98e77e Fix missing titme when trimming
  • 7531a0a Remove markdown from excerpt
  • cd6cac8 Correctly parse manually overwritten date

⬆️ Dependency updates

  • b1fbb7f Bump actions/setup-node from v2.1.4 to v2.1.5
  • 6932459 Bump typescript from 4.1.5 to 4.2.2
  • ad69de5 Bump stefanzweifel/git-auto-commit-action
  • 36874c8 Bump ts-jest from 26.5.1 to 26.5.2
  • 54aec87 Bump semantic-release from 17.3.9 to 17.4.0
  • 4565bcb Bump @types/fs-extra from 9.0.7 to 9.0.8
  • 038c99d Bump semantic-release from 17.4.0 to 17.4.1
  • 9e676e6 Bump ts-jest from 26.5.2 to 26.5.3
  • 43faf77 Bump typescript from 4.2.2 to 4.2.3
  • a1748de Bump stefanzweifel/git-auto-commit-action
  • 5efbf4a Update dependencies
  • 6546991 Add @types/marked
  • de1cce0 Bump ansi-regex and ansi-regex
  • 8e2767b Bump hosted-git-info from 2.8.8 to 4.1.0
  • ba74600 Update all dependencies

v1.1.0 (2021-02-22)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

✨ New features

  • 63ef811 Exec git commands instead of GitHub API

♻️ Updates

  • a8aa649 Add variable dirName, commitMessage
  • 16cb870 Add fallback for post title if exists
  • 890bb9f Prevet empty commits

🐛 Bug fixes

  • ea2699f Use first commit for date, not last

⬆️ Dependency updates

  • 16fed64 Bump semantic-release from 17.3.4 to 17.3.6
  • 102d694 Bump semantic-release from 17.3.6 to 17.3.7
  • dacd9e3 Bump ts-jest from 26.4.4 to 26.5.0
  • 45782f5 Bump actions/cache from v2 to v2.1.4
  • 83f3009 Bump semantic-release from 17.3.7 to 17.3.8
  • c7bfc78 Bump ts-jest from 26.5.0 to 26.5.1
  • 39dcd18 Bump typescript from 4.1.3 to 4.1.4
  • 90f10d3 Bump typescript from 4.1.4 to 4.1.5
  • dec73aa Bump @types/fs-extra from 9.0.6 to 9.0.7
  • 0220b7e Bump vsoch/pull-request-action from 1.0.13 to 1.0.14
  • 935e4d7 Bump pascalgn/automerge-action from v0.13.0 to v0.13.1
  • 4f008f9 Bump semantic-release from 17.3.8 to 17.3.9
  • 4aec9fd Bump vsoch/pull-request-action from 1.0.14 to 1.0.15
  • 4984061 Bump stefanzweifel/git-auto-commit-action

v1.0.5 (2021-01-20)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

⬆️ Dependency updates

  • 261cca4 Bump @types/jest from 26.0.15 to 26.0.16
  • f4f45fd Bump @koj/config from 1.2.9 to 1.2.11
  • 4a9a231 Bump @types/jest from 26.0.16 to 26.0.17
  • 0a58586 Bump @types/jest from 26.0.17 to 26.0.18
  • 4e26a1a Bump actions/setup-node from v2.1.2 to v2.1.3
  • 6036109 Bump @types/fs-extra from 9.0.4 to 9.0.5
  • 1f4250c Bump @types/jest from 26.0.18 to 26.0.19
  • e341f0a Bump typescript from 4.1.2 to 4.1.3
  • 2506b28 Bump stefanzweifel/git-auto-commit-action
  • 88630f6 Bump actions/setup-node from v2.1.3 to v2.1.4
  • 7c47946 Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
  • 0700a5f Bump pascalgn/automerge-action from v0.12.0 to v0.13.0
  • 7290f4d Bump node-notifier from 8.0.0 to 8.0.1
  • d136615 Bump @types/fs-extra from 9.0.5 to 9.0.6
  • 3342c35 Bump semantic-release from 17.3.0 to 17.3.1
  • a49b999 Bump @types/jest from 26.0.19 to 26.0.20
  • 29dac08 Bump semantic-release from 17.3.1 to 17.3.2
  • 35891ab Bump semantic-release from 17.3.2 to 17.3.3
  • 0dd5d73 Bump fs-extra from 9.0.1 to 9.1.0
  • e886839 Bump semantic-release from 17.3.3 to 17.3.4

v1.0.4 (2020-11-30)

⬆️ Dependency updates

  • 0488189 Bump vsoch/pull-request-action from 1.0.11 to 1.0.12
  • 3b5a90f Bump @koj/config from 1.2.8 to 1.2.9
  • 4eddcd1 Bump prettier from 2.1.2 to 2.2.0
  • 864f861 Bump typescript from 4.0.5 to 4.1.2
  • b467cab Bump semantic-release from 17.2.3 to 17.2.4
  • 11fa60c Bump semantic-release from 17.2.4 to 17.3.0
  • 1dbffa8 Bump prettier from 2.2.0 to 2.2.1

v1.0.3 (2020-11-17)

⬆️ Dependency updates

  • 0a33a01 Bump semantic-release from 17.2.2 to 17.2.3
  • 1ee77ba Update koj-co/github-actions-starter

v1.0.2 (2020-11-14)

♻️ Updates

  • aea78a2 Format markdown file with Prettier

v1.0.1 (2020-11-14)

♻️ Updates

  • 35e88b4 Add title of note, if available

v1.0.0 (2020-11-14)

✨ New features

  • 739fbdd Add v1 to generate summary

⬆️ Dependency updates

  • ad5a6f7 Bump node-fetch from 2.6.0 to 2.6.1