Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 4.32 KB

Changelog

1.2.0 (2024-09-16)

🚀 Features

  • Change built package from CJS to ESM (fbc5cfe)

1.1.3 (2024-07-26)

🐛 Bug Fixes

  • Update GitHub URL in package.json to madr-tools (b4174b1)

1.1.2 (2024-07-22)

📦 Build System & Dependencies

  • deps-dev: Bump husky from 9.0.11 to 9.1.1 (e51420f)
  • deps-dev: Bump prettier from 3.3.2 to 3.3.3 (028545a)

1.1.1 (2024-07-18)

📦 Build System & Dependencies

  • Add dependabot (b395524)
  • deps-dev: Bump @types/node from 20.14.10 to 20.14.11 (ed3c1ff)
  • deps-dev: Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 (81e2565)
  • deps-dev: Bump @typescript-eslint/parser from 7.15.0 to 7.16.1 (e92968a)
  • deps-dev: Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (1482e0a)
  • deps-dev: Bump rimraf from 5.0.8 to 6.0.1 (7496af3)
  • Enable tree shaking (9464623)

1.1.0 (2024-07-08)

🚀 Features

  • Bundle dependencies to make CLI work without installing additional packages (0cb0326)

1.0.1 (2024-07-08)

🐛 Bug Fixes

  • Make finding correct title work on Windows with CRLF (01e356c)

📦 Build System & Dependencies

1.0.0 (2022-02-15)

📖 Documentation

0.0.2 (2022-02-14)

🔄 CI/CD

  • Only run build script on branches (not tags) (50c877e)

📖 Documentation

0.0.1 (2022-02-14)

🚀 Features

  • Add 'new' command to create new MADR files based on tempalte (1c7dfca)
  • Add first version of init command (5530432)
  • Add tools and cli skeleton (4745d98)
  • Introduce command to create and update index file (726827b)

🔄 CI/CD

  • Add GitHub workflow to build and publish npm package (1bb4bc3)
  • Remove dry-run flag from publish step (9cfb3fa)

📖 Documentation