Skip to content

Commit

Permalink
updated changelog, removed module build
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Dec 7, 2023
1 parent 3a6a1ec commit 4fe0819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.11] - 2023-12-07

- (API) Added Save File dialog
- (BepInEx) Improved API support

## [1.9.10] - 2023-11-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"subprojects_app": "node BuildSubprojects.js app",
"subprojects_ci": "node BuildSubprojects.js app --noparallel",
"build_api": "cd api && yarn run build",
"build_rest": "yarn run update_aboutpage && yarn run _assets_out && yarn run build_api && yarn run subprojects",
"build_rest": "yarn run _assets_out && yarn run build_api && yarn run subprojects",
"build_dist": "webpack --config webpack.main.config.js && webpack --config webpack.renderer.config.js",
"extract_sourcemaps": "node copy_sourcemaps.js",
"package": "electron-builder --config electron-builder-config.json --publish never",
Expand Down

0 comments on commit 4fe0819

Please sign in to comment.