Skip to content

Latest commit

 

History

History
311 lines (174 loc) · 21.5 KB

CHANGELOG.md

File metadata and controls

311 lines (174 loc) · 21.5 KB

2.0.0 (2025-01-09)

⚠ Breaking changes

  • drop support for Node < 18

🚨 Tests

  • add readme with options test case (5e60738)

⚙️ Continuous Integrations

  • action: disable husky hooks (d6c5a40)

♻️ Chores

  • deps: update node.js to v22 (884e1d0)
  • drop support for Node < 18 (123fbe4)

1.1.1 (2023-11-26)

🐛 Bug Fixes

  • readme: update version even if no operator is present (#27) (0e1aac1)

📚 Documentation

  • readme: mention version updating in readme (497016e)

⚙️ Continuous Integrations

  • action: update github/codeql-action action to v2.22.8 (#25) (4022fb2)
  • action: update insurgent-lab/is-in-pr-action action to v0.1.5 (#26) (c9d3c35)

♻️ Chores

1.1.0 (2023-11-22)

✨ Features

  • update version requirement in readme (#22) (9d7039a)

⚙️ Continuous Integrations

  • setup release on branch "next" (241ac9a)

♻️ Chores

  • readme: add next version badge (ed0a73c)

1.0.3 (2023-11-21)

🐛 Bug Fixes

  • only match the version in project definition (#19) (47a848d)

♻️ Chores

  • deps: lock file maintenance (93a1193)
  • deps: update dependency semantic-release to v22.0.8 (d7c4e2f)

1.0.2 (2023-11-20)

📚 Documentation

  • readme: add detailed setup guide and workflow examples (42fe969)

⚙️ Continuous Integrations

  • action: don't run tests on branches where the release runs (6d6478f)

♻️ Chores

1.0.1 (2023-11-18)

🛠 Builds

  • deps: force patch version as 1.0.0 can't be published (34019c9)

1.0.0 (2023-11-18)

⚠ Breaking changes

  • minimum supported Node version is now 16.3.0

✨ Features

  • add replaceVersionInContent helper (24126fe)
  • add version regexs (6710281)
  • add whole semver capturing group in regexs (2c0ab4a)
  • implement prepare step (58dd830)
  • implement verifyConditions step (a8e0763)
  • replace placeholder content with plugin API (7f6c932)

🐛 Bug Fixes

  • fix missing extensions in imports (89984f5)
  • remove extra argument in readProjectVersion calls (f573d5e)
  • set Promise return types in declaration file (e54865f)

📦 Code Refactoring

  • add actual semVerRegex and rename old one (09fe555)
  • don't rely on individual version regexes (4ad0261)

📚 Documentation

  • add missing JSDoc (7600ce0)
  • readme: add plugin position warning (ba52d5e)
  • readme: add semantic-release-hex plugin doc (77e083e)
  • readme: add supported version formats section (9f64d24)

🚨 Tests

  • add failing prepare tests (8a68496)
  • add failing verifyConditions tests (321860d)
  • add todo test cases (1542e5e)
  • re-enable 100% coverage threshold (3dd2160)
  • remove superfluous semVerRegexLine test case (9fd0bd9)

⚙️ Continuous Integrations

  • action: fix prevent-duplicate-checks output (#9) (7a950d9)
  • action: fix renovate branches pattern (cec2c9c)
  • action: prevent duplicate checks on PRs (57847af)
  • action: run tests on all branches and PRs to dev (f9927ad)
  • action: update github/codeql-action action to v2.22.7 (#5) (02894af)
  • action: update insurgent-lab/is-in-pr-action action to v0.1.4 (#11) (89a92d3)
  • action: update step-security/harden-runner action to v2.6.1 (#6) (cf849b2)
  • run release workflow on main (f25f826)
  • setup alpha releases on dev branch (e88cdfd)

♻️ Chores

💎 Styles

1.0.0-alpha.4 (2023-11-18)

📚 Documentation

  • readme: add plugin position warning (ba52d5e)

1.0.0-alpha.3 (2023-11-18)

🐛 Bug Fixes

  • fix missing extensions in imports (89984f5)
  • remove extra argument in readProjectVersion calls (f573d5e)

1.0.0-alpha.2 (2023-11-18)

✨ Features

  • add replaceVersionInContent helper (24126fe)
  • add whole semver capturing group in regexs (2c0ab4a)
  • implement prepare step (58dd830)

📦 Code Refactoring

  • add actual semVerRegex and rename old one (09fe555)
  • don't rely on individual version regexes (4ad0261)

📚 Documentation

🚨 Tests

  • add failing prepare tests (8a68496)
  • re-enable 100% coverage threshold (3dd2160)
  • remove superfluous semVerRegexLine test case (9fd0bd9)

♻️ Chores

  • move regexs test file to src folder (b6a5e4d)

1.0.0-alpha.1 (2023-11-18)

⚠ Breaking changes

  • minimum supported Node version is now 16.3.0

✨ Features

  • add version regexs (6710281)
  • implement verifyConditions step (a8e0763)
  • replace placeholder content with plugin API (7f6c932)

🐛 Bug Fixes

  • set Promise return types in declaration file (e54865f)

📚 Documentation

  • readme: add supported version formats section (9f64d24)

🚨 Tests

  • add failing verifyConditions tests (321860d)
  • add todo test cases (1542e5e)

⚙️ Continuous Integrations

  • action: update insurgent-lab/is-in-pr-action action to v0.1.4 (#11) (89a92d3)

♻️ Chores

  • add mix.exs fixture (36db0f3)
  • split test suites & remove coverage thresholds (4f71478)
  • use es2020 (f319be3)

💎 Styles

0.0.1-alpha.1 (2023-11-17)

📚 Documentation

  • readme: add semantic-release-hex plugin doc (77e083e)

⚙️ Continuous Integrations

  • action: fix prevent-duplicate-checks output (#9) (7a950d9)
  • action: fix renovate branches pattern (cec2c9c)
  • action: prevent duplicate checks on PRs (57847af)
  • action: run tests on all branches and PRs to dev (f9927ad)
  • action: update github/codeql-action action to v2.22.7 (#5) (02894af)
  • action: update step-security/harden-runner action to v2.6.1 (#6) (cf849b2)
  • setup alpha releases on dev branch (e88cdfd)

♻️ Chores