diff --git a/CHANGELOG.md b/CHANGELOG.md index 1049168..f434ebb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.9.2 (2024-09-04) + ## 0.9.1 (2024-09-04) - feat(project-types): updated project types to have latest eslint and typedoc configurations ([761676d](https://github.com/gobstones/gobstones-scripts/commit/761676d)), closes [#7](https://github.com/gobstones/gobstones-scripts/issues/7) diff --git a/package.json b/package.json index 99df718..be7ca2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gobstones/gobstones-scripts", - "version": "0.9.1", + "version": "0.9.2", "description": "Scripts to abstract away build configuration of Gobstones Project's libraries and modules.", "repository": { "type": "git", @@ -60,7 +60,7 @@ "@eslint/compat": "^1.1.1", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.8.0", - "@gobstones/typedoc-theme-gobstones": "^0.2.1", + "@gobstones/typedoc-theme-gobstones": "^0.3.0", "@jest/globals": "^29.7.0", "@mdx-js/react": "^3.0.1", "@rollup/plugin-commonjs": "^26.0.1", diff --git a/project-types/CLILibrary/package-definition.json b/project-types/CLILibrary/package-definition.json index a8e07d3..0a489c9 100644 --- a/project-types/CLILibrary/package-definition.json +++ b/project-types/CLILibrary/package-definition.json @@ -59,7 +59,7 @@ "commander": "^11.1.0" }, "devDependencies": { - "@gobstones/gobstones-scripts": "^0.9.1", + "@gobstones/gobstones-scripts": "^0.9.2", "husky": "^8.0.2" } } diff --git a/project-types/Library/package-definition.json b/project-types/Library/package-definition.json index 8dd58c8..61f037c 100644 --- a/project-types/Library/package-definition.json +++ b/project-types/Library/package-definition.json @@ -44,7 +44,7 @@ "@gobstones/gobstones-core": "^0.4.7" }, "devDependencies": { - "@gobstones/gobstones-scripts": "^0.9.1", + "@gobstones/gobstones-scripts": "^0.9.2", "husky": "^8.0.2" } } diff --git a/project-types/NonCode/package-definition.json b/project-types/NonCode/package-definition.json index 5675ee2..c9a5e40 100644 --- a/project-types/NonCode/package-definition.json +++ b/project-types/NonCode/package-definition.json @@ -43,7 +43,7 @@ }, "dependencies": {}, "devDependencies": { - "@gobstones/gobstones-scripts": "^0.9.1", + "@gobstones/gobstones-scripts": "^0.9.2", "husky": "^8.0.2" } } diff --git a/project-types/ReactLibrary/package-definition.json b/project-types/ReactLibrary/package-definition.json index 6f4e586..0dadc6f 100644 --- a/project-types/ReactLibrary/package-definition.json +++ b/project-types/ReactLibrary/package-definition.json @@ -47,7 +47,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@gobstones/gobstones-scripts": "^0.9.1", + "@gobstones/gobstones-scripts": "^0.9.2", "husky": "^8.0.2" } } diff --git a/src/Config/about.ts b/src/Config/about.ts index 81175a5..64b78d8 100644 --- a/src/Config/about.ts +++ b/src/Config/about.ts @@ -23,7 +23,7 @@ * is not reliable between different implementations of package managers * and that may lead to false readings. */ -export const version = '0.9.1'; +export const version = '0.9.2'; /** * The tool's test server address.