Skip to content

Commit

Permalink
chore: publish 1.0.0-beta.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultRuby committed Jan 17, 2024
1 parent ee6196b commit 212fdc3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robespierre"
version = "1.0.0-beta.3"
version = "1.0.0-beta.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
16 changes: 8 additions & 8 deletions npm/robespierre/package-lock.json

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

14 changes: 7 additions & 7 deletions npm/robespierre/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robespierre",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Find extraneous and implicit dependencies by comparing your manifest and actual imports in your code using AST parsing",
"bin": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,12 +35,12 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"robespierre-linux-x64": "1.0.0-beta.3",
"robespierre-linux-arm64": "1.0.0-beta.3",
"robespierre-darwin-x64": "1.0.0-beta.3",
"robespierre-darwin-arm64": "1.0.0-beta.3",
"robespierre-windows-x64": "1.0.0-beta.3",
"robespierre-windows-arm64": "1.0.0-beta.3"
"robespierre-linux-x64": "1.0.0-beta.4",
"robespierre-linux-arm64": "1.0.0-beta.4",
"robespierre-darwin-x64": "1.0.0-beta.4",
"robespierre-darwin-arm64": "1.0.0-beta.4",
"robespierre-windows-x64": "1.0.0-beta.4",
"robespierre-windows-arm64": "1.0.0-beta.4"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 212fdc3

Please sign in to comment.