Skip to content

Commit

Permalink
🔖 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
# [v2.3.1](v2.3.0...v2.3.1) (2020-02-27)

## 👽 Update code due to external API changes

- [`635bc9e`](635bc9e)  update to new isomorphic git api

## ⬆️ Upgraded dependencies

- [`a03fb7d`](a03fb7d)  Upgrade dependency @types/jest to v25.1.3
- [`b1130f1`](b1130f1)  Upgrade dependency tslib to v1.11.0
- [`76271d1`](76271d1)  Upgrade dependency typescript to v3.8.2
- [`348c802`](348c802)  Upgrade dependency isomorphic-git to v0.78.5
- [`85cf02a`](85cf02a)  Upgrade dependency @types/node to v10.17.16
- [`04ff430`](04ff430)  Upgrade dependency isomorphic-git to v1
  • Loading branch information
semantic-release-bot committed Feb 27, 2020
1 parent 47e9b61 commit fa70618
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [v2.3.1](https://github.com/beaussan/nbx/compare/v2.3.0...v2.3.1) (2020-02-27)

## 👽 Update code due to external API changes

- [`635bc9e`](https://github.com/beaussan/nbx/commit/635bc9e) update to new isomorphic git api

## ⬆️ Upgraded dependencies

- [`a03fb7d`](https://github.com/beaussan/nbx/commit/a03fb7d) Upgrade dependency @types/jest to v25.1.3
- [`b1130f1`](https://github.com/beaussan/nbx/commit/b1130f1) Upgrade dependency tslib to v1.11.0
- [`76271d1`](https://github.com/beaussan/nbx/commit/76271d1) Upgrade dependency typescript to v3.8.2
- [`348c802`](https://github.com/beaussan/nbx/commit/348c802) Upgrade dependency isomorphic-git to v0.78.5
- [`85cf02a`](https://github.com/beaussan/nbx/commit/85cf02a) Upgrade dependency @types/node to v10.17.16
- [`04ff430`](https://github.com/beaussan/nbx/commit/04ff430) Upgrade dependency isomorphic-git to v1

# [v2.3.0](https://github.com/beaussan/nbx/compare/v2.2.0...v2.3.0) (2020-02-19)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@beaussan/nbx",
"description": "My own personal cli",
"version": "2.3.0",
"version": "2.3.1",
"author": "Nicolas Beaussart @beaussan",
"bin": {
"nbx": "./bin/run"
Expand Down

0 comments on commit fa70618

Please sign in to comment.