Skip to content

Commit

Permalink
chore(release): 🔖 0.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.1](v0.8.0...v0.8.1) (2024-09-09)

### Bug Fixes

* Fix CSV Import ([79b4596](79b4596))
* Fix Umzug glob attribute ([5adf529](5adf529))
* Fix umzug import ([3199bf1](3199bf1))
* Fix Umzug usage ([356e8ad](356e8ad))
* Use import() for node-fetch ([54a68aa](54a68aa))
  • Loading branch information
semantic-release-bot committed Sep 9, 2024
1 parent ab63a40 commit 2214301
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.8.1](https://github.com/ubud-app/server/compare/v0.8.0...v0.8.1) (2024-09-09)


### Bug Fixes

* Fix CSV Import ([79b4596](https://github.com/ubud-app/server/commit/79b45963fd812179934ef6a35bef3a88239ecc65))
* Fix Umzug glob attribute ([5adf529](https://github.com/ubud-app/server/commit/5adf52947b25ee819b3361ba0c1680dcb28ba31a))
* Fix umzug import ([3199bf1](https://github.com/ubud-app/server/commit/3199bf1c572ccdc99f536f936d665a07e3844b30))
* Fix Umzug usage ([356e8ad](https://github.com/ubud-app/server/commit/356e8ada665977a179468df22b31a3bd92cef5ca))
* Use import() for node-fetch ([54a68aa](https://github.com/ubud-app/server/commit/54a68aab9fbfc48e1e9b0127e2c2523daf1a1bb8))

# [0.8.0](https://github.com/ubud-app/server/compare/v0.7.1...v0.8.0) (2023-07-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"engines": {
"node": ">=12.0.0"
},
"version": "0.8.0"
"version": "0.8.1"
}

0 comments on commit 2214301

Please sign in to comment.