Skip to content

Commit

Permalink
chore: 🙈 Ignore tsconfig.tsbuildinfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 25, 2023
1 parent dd1769c commit 6a58638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ dist-ssr

# Prevent Prettier from formatting Rust build artifact.
/src-tauri/**/target/

tsconfig.tsbuildinfo
21 changes: 4 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@ All notable changes to this project will be documented in this file.

## [unreleased]

### Features

- :goal_net: Checking for errors in frontend code.

### Miscellaneous Tasks

- :green_heart: Make the CI scripts more specific.

## [1.0.1] - 2023-11-25

### Miscellaneous Tasks

- :page_facing_up: Add MIT license.
- :green_heart: Prevent overwriting build of previous releases.

## [1.0.0] - 2023-11-24

### Bug Fixes

- :green_heart: Specify pnpm version.
Expand Down Expand Up @@ -65,6 +48,7 @@ All notable changes to this project will be documented in this file.
- :sparkles: Refresh SignView.
- :bug: Complete signing feature and start working on verifying.
- :rocket: Finish main functions.
- :goal_net: Checking for errors in frontend code.

### Miscellaneous Tasks

Expand All @@ -74,6 +58,9 @@ All notable changes to this project will be documented in this file.
- :wrench: Change Windows language selector.
- :construction_worker: Try fixing GitHub Actions artifacts uploading.
- :pencil2: Fix typo in workflow.
- :page_facing_up: Add MIT license.
- :green_heart: Prevent overwriting build of previous releases.
- :green_heart: Make the CI scripts more specific.

### Refactor

Expand Down

0 comments on commit 6a58638

Please sign in to comment.