Skip to content

Commit

Permalink
release: apply version updates from current changes (#193)
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 Apr 1, 2024
1 parent 053b50b commit 8e54d00
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/add-pacman-support-resource-resolver.md

This file was deleted.

6 changes: 6 additions & 0 deletions bindings/resource-resolver/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.1.1]

### Dependencies

- Upgraded to `[email protected]`

## \[0.1.0]

- [`cd0242b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd0242b8a41b2f7ecb78dfbae04b3a2e1c72c931) Initial Release.
Expand Down
2 changes: 1 addition & 1 deletion bindings/resource-resolver/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/packager-resource-resolver",
"version": "0.1.0",
"version": "0.1.1",
"main": "./index.js",
"types": "./index.d.ts",
"napi": {
Expand Down
4 changes: 4 additions & 0 deletions crates/resource-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.1.1]

- [`053b50b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/053b50b4b92c769d00a5e8d27b0de5951c034b65)([#192](https://www.github.com/crabnebula-dev/cargo-packager/pull/192)) Added support for Pacman Packages in the Resource Resolver.

## \[0.1.0]

- [`cd0242b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd0242b8a41b2f7ecb78dfbae04b3a2e1c72c931) Initial Release.
Expand Down
2 changes: 1 addition & 1 deletion crates/resource-resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-packager-resource-resolver"
description = "Cargo packager resource resolver"
version = "0.1.0"
version = "0.1.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 8e54d00

Please sign in to comment.