Skip to content

Commit

Permalink
changelog + set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Dec 17, 2023
1 parent 82d8f5c commit c359e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#1682](https://github.com/NibiruChain/nibiru/pull/1682) - feat!: add upgrade handler for v1.1.0
* [#1706](https://github.com/NibiruChain/nibiru/pull/1706) - fix: `v1.1.0` upgrade handler
* [#1712](https://github.com/NibiruChain/nibiru/pull/1712) - refactor(inflation): turn inflation off by default
* [#xxx](https://github.com/NibiruChain/nibiru/pull/xxx) - fix(build): revert to working build + cherry-picks
* [#1715](https://github.com/NibiruChain/nibiru/pull/1715) - fix(build): revert! to working build + cherry-picks

#### Dapp modules: perp, spot, etc

Expand Down
2 changes: 2 additions & 0 deletions contrib/bashlib.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

# —————————————————————————————————————————————————
# COLORS: Terminal colors are set with ANSI escape codes.

Expand Down

0 comments on commit c359e0d

Please sign in to comment.