Skip to content

Commit

Permalink
v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Differential CI committed Mar 30, 2024
1 parent a9be753 commit f98aff4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/differentialhq/differential/compare/v3.18.0...v3.18.1) (2024-03-30)

### Bug Fixes

- Minor UX improvements to the CLI ([#201](https://github.com/differentialhq/differential/issues/201)) ([a9be753](https://github.com/differentialhq/differential/commit/a9be753bcddeab8994d0304e1808514fa98ed26f))
- Respond with a 401 for auth errors ([dedd266](https://github.com/differentialhq/differential/commit/dedd266d3a900e89ef37ce69d46c43f5b0ca16e4))

# [3.18.0](https://github.com/differentialhq/differential/compare/v3.17.0...v3.18.0) (2024-03-29)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/differentialhq/differential/compare/v3.18.0...v3.18.1) (2024-03-30)

### Bug Fixes

- Minor UX improvements to the CLI ([#201](https://github.com/differentialhq/differential/issues/201)) ([a9be753](https://github.com/differentialhq/differential/commit/a9be753bcddeab8994d0304e1808514fa98ed26f))

# [3.18.0](https://github.com/differentialhq/differential/compare/v3.17.0...v3.18.0) (2024-03-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@differentialhq/cli",
"version": "3.18.0",
"version": "3.18.1",
"description": "CLI for differential.dev",
"bin": {
"differential": "bin/index.js"
Expand Down Expand Up @@ -36,4 +36,4 @@
"@types/yargs": "^17.0.32",
"jest": "^29.6.4"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.18.0"
"version": "3.18.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f98aff4

Please sign in to comment.