Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

76 lines (47 loc) · 5.08 KB

Changelog

generated with @semantic-release/changelog

1.0.2 (2022-01-29)

🪲 Bug Fixes

  • husky: migrate to latest version (#6) (b3c5da5)

🔧 Configs

  • add BABEL config (d0b3964)
  • ci: add HUSKY=0 to env vars (d5f6452)
  • husky: use npx in prepare script (8fa53eb)
  • npm: add npm run build to test script (2d8c33c)
  • remove vsCode settings (f1f752d)
  • TS: "allowJs": true (87d43f9)
  • TS: fix typing resolvements (7ba7b21)
  • vsCode: add debug config for chrome (8f8cb0b)

📦 Dependencies

  • add react (1f79ac0)
  • add babel-plugins (c885f67)
  • upgrade @stackr23/config-eslint to latest (109bc28)
  • upgrade @stackr23/webpack for react v17 (236e482)

🏗️ Refactoring

  • change App component to TSX (e4ec21b)

📝 Documentations

  • README: add some content (2c4d0f2)

1.0.1 (2021-09-06)

👷 Continuous Integration

  • gh-actions: finish semantic-release workflow (9c5e511)
  • release: install @stackr23/conventional-changelog-config (5db2bbd)

1.0.0 (2021-09-06)

✨ Features

  • ci: basic implementation of github actions (karma test)
  • add webpack and basic entry files (93bfbc5)

🔧 Configs

  • add semantic-release settings (6cc5469)
  • CI: add npm run lint to default test job (0dc4c89)
  • CI: add release job for main branch (testrun) (#4) (e85b420)
  • eslint: allow JSX in .ts? files (9fe26d5)
  • eslint: use import-resolver for typescript (fa50e76)
  • gitignore: ignore cache folders (ff0d789)
  • mrm: mrm --preset @stackr23/mrm init (dac6355)
  • npm: add publishConfig + private flag (07bd404)
  • typescript: add options for TS compiler (defad23)
  • vsCode: add lint/format settings (4066f62)
  • vsCode: prevent prettier to format TS files (e16b45c)
  • add tsconfig.json (41a70cf)
  • npm init (46248cd)

📝 Documentations

  • add CHANGELOG for v1.0.0 (c821951)