Skip to content

Commit

Permalink
chore(release): 3.13.0
Browse files Browse the repository at this point in the history
# [3.13.0](3.12.1...3.13.0) (2024-05-27)

### Features

* Add manual Firebase integration for Space EdVentures data collection. ([34892e3](34892e3))
  • Loading branch information
semantic-release-bot committed May 27, 2024
1 parent 26ff383 commit 19d1e43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.13.0](https://github.com/Thorium-Sim/thorium/compare/3.12.1...3.13.0) (2024-05-27)


### Features

* Add manual Firebase integration for Space EdVentures data collection. ([34892e3](https://github.com/Thorium-Sim/thorium/commit/34892e3d167143254222a4ace51a6e922f2c767a))

## [3.12.1](https://github.com/Thorium-Sim/thorium/compare/3.12.0...3.12.1) (2024-03-16)


Expand Down
35 changes: 9 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "3.12.1",
"version": "3.13.0",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -64,9 +64,7 @@
},
"proxy": "http://localhost:3001",
"nodemonConfig": {
"watch": [
"server/"
],
"watch": ["server/"],
"ignore": [
".git",
"./src/*",
Expand All @@ -82,12 +80,8 @@
"last 1 safari version"
],
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint"
],
"*.{css,scss}": [
"stylelint"
],
"*.{js,jsx,ts,tsx}": ["eslint"],
"*.{css,scss}": ["stylelint"],
"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|mdx|graphql|vue)": [
"prettier --write"
]
Expand All @@ -104,9 +98,7 @@
"directories": {
"output": "./packages"
},
"publish": {
"provider": "github"
},
"publish": { "provider": "github" },
"files": [
"electron/**/*",
"!**/node_modules/**/*",
Expand Down Expand Up @@ -135,15 +127,10 @@
]
},
"win": {
"target": [
"zip",
"portable"
],
"target": ["zip", "portable"],
"icon": "./public/icon.ico"
},
"linux": {
"category": "Utility"
}
"linux": { "category": "Utility" }
},
"bin": "./server/index.js",
"pkg": {
Expand All @@ -163,9 +150,7 @@
]
},
"release": {
"branches": [
"main"
],
"branches": ["main"],
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down Expand Up @@ -400,8 +385,6 @@
"param-case": "3.0.3",
"@babel/preset-env": "^7.8.7"
},
"volta": {
"node": "14.21.3"
},
"volta": { "node": "14.21.3" },
"packageManager": "[email protected]"
}

0 comments on commit 19d1e43

Please sign in to comment.