Skip to content

Commit

Permalink
Merge pull request #896 from shgysk8zer0/release/3.2.2
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
shgysk8zer0 committed Jul 1, 2023
2 parents 3711dbd + a2d9d70 commit e256356
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [v3.2.1] - 2023--06-28
## [v3.2.2] - 2023-07-01

### Changed
- Various package updates and update version/lock scripts

## [v3.2.1] - 2023-06-28

### Changed
- Misc updates
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-js-app",
"version": "3.2.1",
"version": "3.2.2",
"engines": {
"node": ">=18.13.0"
},
Expand All @@ -19,11 +19,11 @@
"scripts": {
"test": "npm run lint && npm run build",
"preversion": "npm test",
"create:lock": "npm i --package-lock-only",
"version:bump": "npm run version:bump:patch",
"version:bump:patch": "npm version --no-git-tag-version patch",
"version:bump:minor": "npm version --no-git-tag-version minor",
"version:bump:major": "npm version --no-git-tag-version major",
"create:lock": "npm i --package-lock-only --ignore-scripts --no-audit --no-fund",
"version:bump:patch": "npm version --no-git-tag-version patch && npm run create:lock",
"version:bump:minor": "npm version --no-git-tag-version minor && npm run create:lock",
"version:bump:major": "npm version --no-git-tag-version major && npm run create:lock",
"lint": "npm run lint:js && npm run lint:css && npm run lint:html",
"lint:js": "eslint .",
"lint:css": "stylelint './**.css'",
Expand Down

0 comments on commit e256356

Please sign in to comment.