Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mainlogixsoftware committed Jan 26, 2024
1 parent 8708842 commit 8e260b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.30.0",
".": "1.0.1",
"bootstrap-sha": "d75f2c98d866de9f9af1a2a6a48e7b4dde4744b0"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.30.0](https://github.com/GrandeurSmart/gza-core/compare/v0.29.1...v0.30.0) (2024-01-01)
## [1.0.1](https://github.com/GrandeurSmart/gza-core/compare/v0.29.1...v0.30.0) (2024-01-01)


### Features
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"url": "git+https://github.com/GrandeurSmart/gza-core.git"
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"start": "./node_modules/.bin/tsc -w",
"build": "tsc",
"start": "tsc -w",
"test": "jest test",
"test-with-coverage": "jest test --coverage --collectCoverageFrom 'src/**/*.ts'",
"test-watch": "jest test --watch",
"eslint": "node_modules/.bin/eslint . --ext .ts --max-warnings=0",
"eslint": "eslint . --ext .ts --max-warnings=0",
"docs": "typedoc --tsconfig typedoc-tsconfig.json",
"clean": "rimraf temp coverage dist",
"prepack": "npm run clean && npm run build"
},
"version": "0.30.0",
"version": "1.0.1",
"jest": {
"coverageThreshold": {
"global": {
Expand Down

0 comments on commit 8e260b7

Please sign in to comment.