Comparing version 0.3.11 to 0.3.12
@@ -14,3 +14,3 @@ const { Binary } = require("binary-install"); | ||
const name = "bos-cli"; | ||
const artifact_download_url = "https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.11"; | ||
const artifact_download_url = "https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.12"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,7 @@ # Changelog | ||
## [0.3.12](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.11...v0.3.12) - 2024-01-30 | ||
### Other | ||
- Create releases using a private access token to trigger downstream workflows (publish-to-npm) | ||
## [0.3.11](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.10...v0.3.11) - 2024-01-23 | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "bos-cli", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "bos-cli", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "bos-cli", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "Command line utility helps to develop widgets for near.social by allowing developers to use standard developer tools like their best code editor and standard tools for source code version control, and then deploy their widgets to SocialDB in one command.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/bos-cli-rs/bos-cli-rs", |
29925