Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 3.49 KB

Changelog

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

1.2.0 (2023-02-14)

Features 🎉

  • src adds options config, (1429210)

1.1.0 (2022-05-25)

Features 🎉

  • root: sets up dev configuration, ci/cd pipelines, and tools (ddb843a)
  • src: writes plugin (650b7a8)

Tests 🧪

  • src: adds tests for plugin, updates jest.config.js (4cd581e)

Bugs 🐛

  • build/tests: updates build to emit to root directory (c584b83)
  • jest.config.js: updates jest config to be ESM (90923da)
  • package.json: adds missing "type": "module" declaration in package.json (63dc7e1)
  • readme: fixes incorrect links on badges (7e63625)
  • readme: removes badge [skip ci] (3514f8b)

1.0.3 (2021-04-28)

Bugs 🐛

  • build/tests: updates build to emit to root directory (c584b83)

1.0.2 (2021-04-28)

Bugs 🐛

  • jest.config.js: updates jest config to be ESM (90923da)
  • package.json: adds missing "type": "module" declaration in package.json (63dc7e1)

1.0.1 (2021-04-23)

Bugs 🐛

  • readme: fixes incorrect links on badges (7e63625)
  • readme: removes badge [skip ci] (3514f8b)

1.0.0 (2021-04-23)

Features 🎉

  • root: sets up dev configuration, ci/cd pipelines, and tools (ddb843a)
  • src: writes plugin (650b7a8)

Tests 🧪

  • src: adds tests for plugin, updates jest.config.js (4cd581e)