Skip to content

Releases: owlcode/semantic-release-chrome

v1.0.1

07 May 15:54
85402b1
Compare
Choose a tag to compare

1.0.1 (2024-05-07)

Bug Fixes

  • stop using lodash.template (85402b1)

v1.0.0

21 Feb 23:34
d151fec
Compare
Choose a tag to compare

1.0.0 (2024-02-21)

Bug Fixes

  • bump dependency versions (5f7efef), closes #94
  • bump gd-scripts (6e701b1)
  • consider PUBLISHED_WITH_FRICTION_WARNING as a warning, instead of an error (#47) (d1b1507)
  • deps: bump dependencies (b0e49ce)
  • deps: update dependency aggregate-error to v3 (#9) (d61abac)
  • deps: update dependency archiver to v3 (#6) (7337561)
  • gd-scripts: changed the build scripts to use gd-scripts (21c82b3)
  • improve error messages when there's a generic google error (#95) (2d54ab8)
  • Minimum node version set to 16 (38f3bbd)
  • read from statusDetail instead of statusList (#44) (aa6bba6), closes #41

Features

  • align semantic version with manifest version (f9e34d3)
  • change package name for publishing (7dd2f9a)
  • draft: Allows skipping the publish step (1d1465d), closes #60 #90
  • publish: return release info object (#2) (4b47134)
  • target: Add target local (#106) (45b4c15)
  • templating: Add templating features to the asset parameter. (db93147), closes #82

BREAKING CHANGES

  • the verifyConditions step now requires a
    extensionId to be passed in its configs.
    See the README for an updated config example.
  • Minimun node version set to 16
  • Minimum supported version of Node.js is now 15