Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 3.95 KB

Changelog

1.1.2 (2023-11-20)

Bug Fixes

  • resolve fetch is not set error (node20) (#11) (ef1d6fc)

1.1.1 (2023-11-20)

Miscellaneous Chores

  • ci: add (pr) lint and test wf (95c84cb)
  • ci: remove actions/labeler (#10) (c2ffded)
  • deps: bump @octokit/rest from 19.0.11 to 20.0.2 (#8) (3804bff)
  • deps: bump @vercel/ncc from 0.36.1 to 0.38.1 (#9) (ed0ebd4)
  • deps: bump dotenv from 16.1.2 to 16.3.1 (#7) (272ae1d)
  • deps: bump eslint from 8.41.0 to 8.54.0 (#6) (d5e78d5)

1.1.0 (2023-11-17)

Features

  • add yarn steps to release binary (0e24a4c)

Bug Fixes

  • ci: checkout rp branch when commiting (16800ca)
  • ci: get yarn dependencies on release wf (9c958fc)
  • ci: skip node installation (5f6ed1c)
  • ci: trigger build if rpa has pr action (fce8235)
  • ci: use yarn for prepublish (ca0d60a)

Miscellaneous Chores

  • build: build dist for release (f0b4421)

1.0.0 (2023-11-17)

Features

  • accept size config as input ✨ (#25) (6e019d2)
  • add release workflow (afe23db)
  • do not fail on label remove error (#19) (d8a4728)
  • use GITHUB_API_URL as baseUrl for octokit (#1) (49702a5)

Miscellaneous Chores