Skip to content

Commit 8ce01e3

Browse files
Version Packages (#1136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bec224b commit 8ce01e3

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

.changeset/cold-drinks-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-squids-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-wombats-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## 1.31.0 (2022-02-16)
22

3+
## 1.37.0
4+
5+
### Minor Changes
6+
7+
- [#1143](https://github.com/Schniz/fnm/pull/1143) [`f76a001`](https://github.com/Schniz/fnm/commit/f76a0011f7a613bb818e47acd224b7de48c5a81f) Thanks [@Schniz](https://github.com/Schniz)! - use XDG conventions in MacOS directories by default
8+
9+
### Patch Changes
10+
11+
- [#1148](https://github.com/Schniz/fnm/pull/1148) [`0b530cc`](https://github.com/Schniz/fnm/commit/0b530cc257e33e9801804b73ed831a1f28489b57) Thanks [@Schniz](https://github.com/Schniz)! - fix ordering in ls-remote
12+
13+
- [#1133](https://github.com/Schniz/fnm/pull/1133) [`a1afe84`](https://github.com/Schniz/fnm/commit/a1afe8436afb29960b71e14e221441398f6a48ca) Thanks [@Schniz](https://github.com/Schniz)! - upgrade all dependencies & maintain lockfile
14+
315
## 1.36.0
416

517
### Minor Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnm"
3-
version = "1.36.0"
3+
version = "1.37.0"
44
authors = ["Gal Schlezinger <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

docs/fnm.svg

Lines changed: 1 addition & 1 deletion
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fnm",
3-
"version": "1.36.0",
3+
"version": "1.37.0",
44
"private": true,
55
"repository": "[email protected]:Schniz/fnm.git",
66
"author": "Gal Schlezinger <[email protected]>",

0 commit comments

Comments
 (0)