Skip to content

v0.94.2

Pre-release
Pre-release

Choose a tag to compare

@kiki-kanri kiki-kanri released this 09 Mar 04:28
· 121 commits to main since this release

compare changes

🚀 Enhancements

  • Implement 10s Redis NX lock in initializeSystemStartup to prevent concurrent execution (9134185)

🩹 Fixes

  • Replace incorrect usage of capitalize with upperFirst (119ebde)

💅 Refactors

  • Replace deprecated new option in findOneAndUpdate with returnDocument: 'after' (a30c05b)
  • Replace fs-extra with node:fs (16ea196)

🏡 Chore

  • Update vscode settings (7b2f6f9)
  • Update eslint config (77a5f00)
  • Update deps, tsdown config and package scripts (5ada952)
  • Update deps and configs (6082b0e)
  • Lint code (abb1ffa)

❤️ Contributors

  • Kiki-kanri