Skip to content

Releases: justalemon/VersionPatcher

0.8

09 Dec 17:55
a8c4f3b
Compare
Choose a tag to compare
  • NEW: We now check the length of the glob to make sure that is actually empty
  • NEW: The action now shows a message when no glob was specified for a specific file type
  • FIX: Fixed action file not being generated, so a couple of previous versions didn't worked at all
  • GHA: Updated version of actions/setup-node
  • NPM: Updated eslint to 8.55.0
  • NPM: Updated eslint-plugin-jest to 27.6.0
  • NPM: Updated typescript to 5,3,3

0.7.2

20 Oct 15:43
Compare
Choose a tag to compare

0.7.1

23 Jun 06:19
d59db0d
Compare
Choose a tag to compare
  • FIX: Fixed warnings about pyproject-files, fxmanifest-files and gemspec-files not being valid input arguments
  • FIX: Renamed index.ts/js to main.ts/js to prevent problems with other features that expect index.js as the entry point for the console

0.7

23 Jun 04:56
Compare
Choose a tag to compare
  • NEW: Added support for Python's pyproject.toml

v0.6

10 Jun 03:01
Compare
Choose a tag to compare
  • NEW: Added support for .gemspec files
  • NEW: Changed csproj and package.json to use a RegEx instead of JSON/XML libraries
  • NEW: Added better error catching
  • NEW: Added better error messages when the action fails
  • FIX: Now all of the versions are replaced instead only the first match
  • FIX: The Python unit tests now work properly
  • DEP: Bumped eslint to 8.42.0
  • DEP: Bumped TypeScript to 5.1.3

0.5.1

15 Feb 02:55
Compare
Choose a tag to compare
  • FIX: Updated all dependencies (this was mainly done to patch CVE-2022-46175)

0.5

09 Nov 18:55
Compare
Choose a tag to compare
  • NEW: The script errors out if no files could be patched
  • FIX: Updated all dependencies to remove deprecation notices by GitHub

0.4

23 Jun 09:29
364e4b1
Compare
Choose a tag to compare
  • NEW: Added version output, so you can use the trimmed output somewhere else in your workflow

0.3

23 Jun 08:53
Compare
Choose a tag to compare
  • NEW: The entire source code was moved from JavaScript to TypeScript
  • NEW: Added an option to automatically use the tag name when triggering a release, so you can create packages that match the version number of said release (use-tag)

0.2

17 Jun 21:38
Compare
Choose a tag to compare
  • NEW: Added new option for trimming the v at the beginning of the version, so you can pass tags like v1.2.3 directly to the action