Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Aug 28, 2022
1 parent 9f9658c commit 956d946
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
multiple: true
options:
- "v1.2.0"
- "v1.1.0"
- "v1.0.0"
validations:
Expand Down
1 change: 1 addition & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| **Versions** | **Status** | **Target - NodeJS** | **Target - NPM** |
|:-:|:-:|:-:|:-:|
| v1.2.X | L | >= v6.9.0 | >= v3.10.8 |
| v1.1.X | L | >= v6.9.0 | >= v3.10.8 |
| v1.0.X | L | >= v6.9.0 | >= v3.10.8 |

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/temperature",
"version": "1.1.0",
"version": "1.2.0",
"description": "A module to convert temperature units.",
"keywords": [
"conversion",
Expand Down

0 comments on commit 956d946

Please sign in to comment.