Skip to content

Commit

Permalink
Prepare 0.1.4, add yarn lockfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io authored May 13, 2023
1 parent aa24cfc commit efacdbb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
debug.log
release
release
node_modules
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.4

Added `--json` option

# v0.1.3

Added npm package
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fta"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Fast TypeScript Analyzer"
Expand Down
1 change: 1 addition & 0 deletions packages/fta/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
binaries/aarch64-pc-windows-msvc/fta.exe
binaries/x86_64-pc-windows-msvc/fta.exe
binaries/aarch64-unknown-linux-gnu/fta
Expand Down
2 changes: 1 addition & 1 deletion packages/fta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fta",
"version": "0.1.3",
"version": "0.1.4",
"description": "FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust",
"repository": "https://github.com/sgb-io/fta.git",
"author": "sgb-io <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit efacdbb

Please sign in to comment.