Skip to content

Releases: bbc/speculate

v5.0.0

12 Mar 09:59
Compare
Choose a tag to compare
  • Fix: Creating a service file with a custom name falls back to the package.name when package.json has "files" (#108) 7708579

v4.0.1...v5.0.0

v4.0.1

14 Feb 10:16
Compare
Choose a tag to compare
  • build: commander latest version not picking up release number (#101) 29bfbdd

v4.0.0...v4.0.1

v4.0.0

13 Feb 14:55
Compare
Choose a tag to compare
  • build: make compatible with rocky8 + node 18 (#100) 7043cc3

v3.1.1...v4.0.0

v3.1.2

10 Jun 11:19
37618f7
Compare
Choose a tag to compare

Changes

  • Set NODE_ENV=production when running npm prune to add compatibility with NPM v8 and to maintain compatibility with previous versions of NPM (#95)

v3.1.1

10 Jun 11:17
37618f7
Compare
Choose a tag to compare

Changes

  • Set home dir in spec file to support Node >=16.15.1 (#94)

v3.0.0

13 Jan 11:08
Compare
Choose a tag to compare

NOTE: added minimum version for node to be v12.22.7

  • chore: add npmignore file for np publishing 1dda933
  • chore: update dependancies and add minimum node version aae0eaa
  • Bump bl from 1.2.2 to 1.2.3 (#92) 7e6ae88
  • Bump lodash from 4.17.15 to 4.17.21 (#91) 772bf9c
  • Bump handlebars from 4.1.2 to 4.7.7 (#90) 5ddfb25

v2.1.1...v3.0.0

v2.1.1

28 Oct 09:25
Compare
Choose a tag to compare

Bump lodash from 4.17.11 to 4.17.15 (#81)

v2.1.0

31 Jul 13:20
Compare
Choose a tag to compare

Implements PR: Replace version number hyphens with arbitrary strings (#76)

* Allow replacing hyphens with specific strings

v2.0.0

06 Jun 07:24
Compare
Choose a tag to compare

Official moving out of alpha (#67)

Changes

  • Switched from hogan.js to handlebars (#69)

Security Fixes

  • Upgraded eslint to resolve security vulnerabilities (#68)
  • Bump lodash from 4.17.5 to 4.17.11 (#70)
  • Bump tar-fs from 1.16.0 to 1.16.2 (#71)
  • Bump js-yaml from 3.11.0 to 3.13.1 (#73)
  • Bump extend from 3.0.1 to 3.0.2 (#72)

v2.0.0-alpha.8

17 May 10:44
Compare
Choose a tag to compare
  • Optionally replace hyphens with tildes in version number because rpmbuild errors if version numbers contain hyphens. (#66) @jmalk
  • Fix typo (#65)
  • Make rebuild optional (#61)