Skip to content

Commit

Permalink
upgrade patch version ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
viqueen committed Oct 1, 2024
1 parent ac8aeb2 commit 4721af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
ecmaFeatures: {
modules: true,
},
warnOnUnsupportedTypeScriptVersion: false,
},
plugins: ['@typescript-eslint', 'import', 'react', 'license-notice'],
extends: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labset/confluence-static-site",
"version": "2.2.0",
"version": "2.2.1",
"description": "confluence static site",
"bin": {
"confsite": "./dist/cli/index.js"
Expand Down

0 comments on commit 4721af2

Please sign in to comment.