Comparing version 0.3.14 to 0.3.15
@@ -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.14"; | ||
const artifact_download_url = "https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.3.15](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.14...v0.3.15) - 2024-06-21 | ||
### Fixed | ||
- Brings support for deploying nested folders on Windows (account for \ path delimiter) ([#94](https://github.com/bos-cli-rs/bos-cli-rs/pull/94)) | ||
- Updated the starter project template to fix links in `npm run dev` | ||
## [0.3.14](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.13...v0.3.14) - 2024-05-28 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "bos-cli", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "bos-cli", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "bos-cli", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"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", |
30900