From 48fbac3e98e6aaf0ac5ce3a3ccdca1d130589d55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Nov 2021 22:40:47 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/saltstack-formulas/node-formula/compare/v1.1.1...v2.0.0) (2021-11-12) ### Bug Fixes * **package:** use correct version parameter with packages ([6ce8259](https://github.com/saltstack-formulas/node-formula/commit/6ce8259a4ec8ba715cf4fb2923f7bfc3b5a02ebc)) ### BREAKING CHANGES * **package:** `node:pkg:version` needs to be specified as the full version number (ie, 16.13.0) instead of just the major number in order to be able to properly install using packages and pin the desired version. --- AUTHORS.md | 4 ++-- CHANGELOG.md | 15 +++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 18 ++++++++++++++++++ 5 files changed, 40 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 34f3482..616118e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,11 +8,11 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|9 @Granjow|[@Granjow](https://github.com/Granjow)|7 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 @johnkeates|[@johnkeates](https://github.com/johnkeates)|5 @aboe76|[@aboe76](https://github.com/aboe76)|5 @fooka03|[@fooka03](https://github.com/fooka03)|5 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|3 @schwing|[@schwing](https://github.com/schwing)|3 @techhat|[@techhat](https://github.com/techhat)|3 @luislobo|[@luislobo](https://github.com/luislobo)|3 @@ -43,4 +43,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 244ddaa..f21126c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# [2.0.0](https://github.com/saltstack-formulas/node-formula/compare/v1.1.1...v2.0.0) (2021-11-12) + + +### Bug Fixes + +* **package:** use correct version parameter with packages ([6ce8259](https://github.com/saltstack-formulas/node-formula/commit/6ce8259a4ec8ba715cf4fb2923f7bfc3b5a02ebc)) + + +### BREAKING CHANGES + +* **package:** `node:pkg:version` needs to be specified as the +full version number (ie, 16.13.0) instead of just the major number +in order to be able to properly install using packages and pin the +desired version. + ## [1.1.1](https://github.com/saltstack-formulas/node-formula/compare/v1.1.0...v1.1.1) (2021-10-27) diff --git a/FORMULA b/FORMULA index a59eb21..9a4e4d0 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: node os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.1.1 +version: 2.0.0 release: 1 minimum_version: 2016.11 summary: node formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0b5bffc..98611be 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Granjow` - `@Granjow `_ - 7 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 5 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ - 5 @@ -37,9 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 3 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 3 * - :raw-html-m2r:`@schwing` - `@schwing `_ - 3 @@ -125,4 +125,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-10-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-11-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9c42b9a..7171825 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`2.0.0 `_ (2021-11-12) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **package:** use correct version parameter with packages (\ `6ce8259 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **package:** ``node:pkg:version`` needs to be specified as the + full version number (ie, 16.13.0) instead of just the major number + in order to be able to properly install using packages and pin the + desired version. + `1.1.1 `_ (2021-10-27) ------------------------------------------------------------------------------------------------------