Skip to content

Releases: Minionguyjpro/Inno-Setup-Action

v1.2.5

30 Sep 14:56
7547f78
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.8.0 by @dependabot in #25
  • chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.2 by @dependabot in #24
  • chore(deps-dev): bump eslint-plugin-jest from 27.8.0 to 27.9.0 by @dependabot in #26
  • chore(deps-dev): bump @babel/core from 7.23.9 to 7.24.3 by @dependabot in #39
  • chore(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.3 by @dependabot in #38
  • chore(deps-dev): bump semantic-release from 23.0.2 to 23.0.8 by @dependabot in #44
  • chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 by @dependabot in #42
  • chore(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by @dependabot in #32
  • chore(deps-dev): bump @babel/eslint-parser from 7.23.10 to 7.24.1 by @dependabot in #40
  • chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #29
  • chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.6.0 by @dependabot in #60
  • chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.7 by @dependabot in #59
  • chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.7 by @dependabot in #58
  • chore(deps-dev): bump @babel/core from 7.24.7 to 7.25.2 by @dependabot in #69
  • chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 by @dependabot in #66
  • chore(deps-dev): bump eslint-plugin-github from 4.10.2 to 5.0.1 by @dependabot in #62
  • chore(deps-dev): bump semantic-release from 23.0.8 to 24.0.0 by @dependabot in #56
  • chore(deps-dev): bump @babel/eslint-parser from 7.24.1 to 7.25.1 by @dependabot in #68
  • chore(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.8.0 by @dependabot in #72
  • chore(deps-dev): bump @babel/preset-env from 7.24.7 to 7.25.3 by @dependabot in #70
  • chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in #80
  • chore(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 by @dependabot in #79
  • chore(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in #82
  • chore(deps-dev): bump semantic-release from 24.0.0 to 24.1.2 by @dependabot in #81
  • chore(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.3 by @dependabot in #77
  • chore(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 by @dependabot in #74
  • Bump to v1.2.5 by @Minionguyjpro in #83

Full Changelog: v1.2.4...v1.2.5

Inno Setup Action v1.2.4

05 Feb 17:03
0aa2e2f
Compare
Choose a tag to compare

Changelog

  • Got rid of the node_modules folder and migrated to the use of @vercel/ncc for CJS (Compiled JavaScript). Will fix issues and is a better option. All work is based on what's inside the package.json file.

Inno Setup Action v1.2.3

31 Dec 19:26
23485bd
Compare
Choose a tag to compare

Changelog

  • Bumped Node.js version to 20, in order to stay supported.
  • Updated some Node.js dependencies.

Inno Setup Action v1.2.2

11 Dec 16:10
b8e8eb5
Compare
Choose a tag to compare

Changelog

  • Fixed the error messages and exiting is correct now! Things now function. The action exits correctly, in case the repository wasn't cloned, it isn't using Windows for the job or something didn't go well with compiling your Inno Setup script.

Inno Setup Action v1.2.1

10 Dec 13:53
032a94a
Compare
Choose a tag to compare

Changelog

Made some tweaks to JavaScript file (hide the ran command, fixed exiting upon error etc.)

Inno Setup Action v1.2.0

09 Dec 20:26
5da7491
Compare
Choose a tag to compare

Changelog

  • Fix index.js script.

Inno Setup Action v1.1.0

08 Jul 11:55
c592a7b
Compare
Choose a tag to compare

Changelog

  • Add options input (plus variable in index.js), in order to add additional options/arguments/parameters.

Inno Setup Action v1.0.0

08 Jul 09:20
62fa3fc
Compare
Choose a tag to compare

Changelog

  • First good release, should work with GitHub Actions.