Skip to content

Commit

Permalink
version: B0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPDovale committed Jun 19, 2024
1 parent 61bccca commit 3d69ec4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.2.0
# fictional

## 0.7.0

### minor dump

- Adding code singnature

## 0.6.5

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fictional",
"description": "The magic occurs in here",
"version": "0.6.5",
"version": "0.7.0",
"keywords": [
"electron",
"boilerplate",
Expand Down Expand Up @@ -32,7 +32,6 @@
"package:dev": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --publish never -l -w",
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app",
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
"publish": "./publish.sh",
"start:main": "cross-env NODE_ENV=development electronmon -r ts-node/register/transpile-only -r tsconfig-paths/register .",
"start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.preload.dev.ts",
"start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
Expand Down Expand Up @@ -95,6 +94,7 @@
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tiptap/suggestion": "2.0.4",
"@vortecx/turnversion-cli": "0.0.3",
"axios": "1.7.2",
"bcryptjs": "2.4.3",
"cheerio": "1.0.0-rc.12",
Expand Down Expand Up @@ -280,8 +280,7 @@
"win": {
"appId": "com.github.JPDovale.fictional",
"target": [
"nsis",
"msi"
"nsis"
],
"fileAssociations": [
{
Expand Down
8 changes: 7 additions & 1 deletion release/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# magiscrita
# fictional

## 0.7.0

### minor dump

- Adding code singnature

## 0.6.5

Expand Down
4 changes: 2 additions & 2 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fictional",
"version": "0.6.5",
"version": "0.7.0",
"description": "The magic occurs in here",
"license": "MIT",
"author": {
Expand All @@ -23,4 +23,4 @@
"knex": "^3.0.1",
"sqlite3": "^5.1.6"
}
}
}

0 comments on commit 3d69ec4

Please sign in to comment.