Skip to content

Commit 48fbac3

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2021-11-12) ### Bug Fixes * **package:** use correct version parameter with packages ([6ce8259](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 parent df25b2e commit 48fbac3

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-7
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Avatar|Contributor|Contributions
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|12
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|9
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/305622?v=4' width='36' height='36' alt='@Granjow'>|[@Granjow](https://github.com/Granjow)|7
11+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|5
1112
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>|[@johnkeates](https://github.com/johnkeates)|5
1213
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|5
1314
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1747807?v=4' width='36' height='36' alt='@fooka03'>|[@fooka03](https://github.com/fooka03)|5
1415
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
15-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|3
1616
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1611712?v=4' width='36' height='36' alt='@schwing'>|[@schwing](https://github.com/schwing)|3
1717
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|3
1818
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/453120?v=4' width='36' height='36' alt='@luislobo'>|[@luislobo](https://github.com/luislobo)|3
@@ -43,4 +43,4 @@ Avatar|Contributor|Contributions
4343

4444
---
4545

46-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-27.
46+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-12.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
# [2.0.0](https://github.com/saltstack-formulas/node-formula/compare/v1.1.1...v2.0.0) (2021-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** use correct version parameter with packages ([6ce8259](https://github.com/saltstack-formulas/node-formula/commit/6ce8259a4ec8ba715cf4fb2923f7bfc3b5a02ebc))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **package:** `node:pkg:version` needs to be specified as the
14+
full version number (ie, 16.13.0) instead of just the major number
15+
in order to be able to properly install using packages and pin the
16+
desired version.
17+
318
## [1.1.1](https://github.com/saltstack-formulas/node-formula/compare/v1.1.0...v1.1.1) (2021-10-27)
419

520

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: node
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.1.1
4+
version: 2.0.0
55
release: 1
66
minimum_version: 2016.11
77
summary: node formula

docs/AUTHORS.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/305622?v=4' width='36' height='36' alt='@Granjow'>`
2626
- `@Granjow <https://github.com/Granjow>`_
2727
- 7
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
29+
- `@javierbertoli <https://github.com/javierbertoli>`_
30+
- 5
2831
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>`
2932
- `@johnkeates <https://github.com/johnkeates>`_
3033
- 5
@@ -37,9 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
3740
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
3841
- `@dafyddj <https://github.com/dafyddj>`_
3942
- 3
40-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
41-
- `@javierbertoli <https://github.com/javierbertoli>`_
42-
- 3
4343
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1611712?v=4' width='36' height='36' alt='@schwing'>`
4444
- `@schwing <https://github.com/schwing>`_
4545
- 3
@@ -125,4 +125,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
125125

126126
----
127127

128-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-10-27.
128+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-11-12.

docs/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog
33
=========
44

5+
`2.0.0 <https://github.com/saltstack-formulas/node-formula/compare/v1.1.1...v2.0.0>`_ (2021-11-12)
6+
------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **package:** use correct version parameter with packages (\ `6ce8259 <https://github.com/saltstack-formulas/node-formula/commit/6ce8259a4ec8ba715cf4fb2923f7bfc3b5a02ebc>`_\ )
13+
14+
BREAKING CHANGES
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **package:** ``node:pkg:version`` needs to be specified as the
19+
full version number (ie, 16.13.0) instead of just the major number
20+
in order to be able to properly install using packages and pin the
21+
desired version.
22+
523
`1.1.1 <https://github.com/saltstack-formulas/node-formula/compare/v1.1.0...v1.1.1>`_ (2021-10-27)
624
------------------------------------------------------------------------------------------------------
725

0 commit comments

Comments
 (0)