Skip to content

Commit

Permalink
chore(release): 2.1.10 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.10](v2.1.9...v2.1.10) (2024-08-08)

### Bug Fixes

* **error-handling:** Improve error messages in library sourcing script ([329cf65](329cf65))

### Refactoring

* replace pushd/popd with local variable handling for directory navigation ([276b91e](276b91e))

### Test related

* **import lib:** add tests for return to original dir on script exit ([d1f3220](d1f3220))
  • Loading branch information
semantic-release-bot committed Aug 8, 2024
1 parent 8eafecb commit 975e5b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Automatically generated by semantic-release

## [2.1.10](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.9...v2.1.10) (2024-08-08)

### Bug Fixes

* **error-handling:** Improve error messages in library sourcing script ([329cf65](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/329cf659e475f58c2be03e802f5ec9163ab8ed42))

### Refactoring

* replace pushd/popd with local variable handling for directory navigation ([276b91e](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/276b91e1c2fb1b425c65e8bdd02b2b7ab1aaa1c0))

### Test related

* **import lib:** add tests for return to original dir on script exit ([d1f3220](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/d1f32207b6155485664be7cbd7b837b7ca79d5c8))

## [2.1.9](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.8...v2.1.9) (2024-08-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.9
2.1.10

0 comments on commit 975e5b7

Please sign in to comment.