Skip to content

Commit

Permalink
[Release] 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Nov 23, 2024
1 parent 90a1893 commit ce8451f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
**/.DS_Store

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
Expand All @@ -12,7 +14,7 @@
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml
.idea/**/contentModel.xmlg

# Sensitive or high-churn files
.idea/**/dataSources/
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit ce8451f

Please sign in to comment.