Skip to content

Commit

Permalink
release: apply version updates from current changes (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: amr-crabnebula <[email protected]>
  • Loading branch information
github-actions[bot] and amr-crabnebula committed Jan 30, 2024
1 parent 0e00ca2 commit f7bbfe2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changes/fix-certs.md

This file was deleted.

8 changes: 8 additions & 0 deletions bindings/updater/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.1.3]

- [`0e00ca2`](https://www.github.com/crabnebula-dev/cargo-packager/commit/0e00ca25fc0e71cad4bb7085edda067a184e5ec7)([#146](https://www.github.com/crabnebula-dev/cargo-packager/pull/146)) Enable native certificates via `rustls-native-certs`.

### Dependencies

- Upgraded to `[email protected]`

## \[0.1.2]

- [`005a55f`](https://www.github.com/crabnebula-dev/cargo-packager/commit/005a55fb27b92503b3d6f936cffb088ccf346c40)([#143](https://www.github.com/crabnebula-dev/cargo-packager/pull/143)) Fix the download callback parameters to be accurate to typescript definitions
Expand Down
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/updater",
"version": "0.1.2",
"version": "0.1.3",
"main": "./index.js",
"types": "./index.d.ts",
"napi": {
Expand Down
4 changes: 4 additions & 0 deletions crates/updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.1.3]

- [`0e00ca2`](https://www.github.com/crabnebula-dev/cargo-packager/commit/0e00ca25fc0e71cad4bb7085edda067a184e5ec7)([#146](https://www.github.com/crabnebula-dev/cargo-packager/pull/146)) Enable native certificates via `rustls-native-certs`.

## \[0.1.2]

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-packager-updater"
version = "0.1.2"
version = "0.1.3"
description = "Rust executable updater."
authors = [
"CrabNebula Ltd.",
Expand Down

0 comments on commit f7bbfe2

Please sign in to comment.