Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

75 lines (43 loc) · 4.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2024-02-22)

Bug Fixes

0.1.4 (2023-09-21)

Features

0.1.3 (2023-09-13)

Features

Bug Fixes

Refactors

  • ESLint packages devDeps > peerDeps (f283b3f)

Chore

0.1.2 (2022-04-08)

Fixes

  • build files: for some reason the nextjs config was empty in NPM
  • limit project files to dist folder

0.1.1 (2022-04-07)

  • add eslint-config-next to Next.js config
  • add node config

0.0.5 (2022-02-21)

Features

  • add commitlint (d3a90a4), closes #2
  • add husky, run commitlint on commit messages (3337a3f)
  • add script to run without building TS to JS (41c6ca7)
  • add standard-version for releases & changelogs (19f8ab1)
  • find pkg manager installation, index refactor (c8ba014)

Bug Fixes

  • rename run to `start to avoid conflicts (b3eddd6)