Skip to content

Releases: timelessco/vite-vanilla-js

Release v1.0.0

26 Jan 22:47
1.0.0
f312a73
Compare
Choose a tag to compare

1.0.0 (2025-01-26)

🧨 BREAKING CHANGE

REPO- ✨ add and update toolings

  • ✨ add and update toolings

Introduced in: 958d786

👀 Notable Changes

RELEASE-IT- 🧹 update to modern writer logic

  • Remove commitlint from Husky hooks and package.json
  • Update release-it hooks format for consistency

Introduced in: 3489703

📌 Other Notable Changes

CHANGELOG- ♻️ cache remote commits to reduce API calls

  • Implement a caching mechanism to avoid multiple calls to get remote commits
  • Improves performance by reducing API requests

Introduced in: 398ec3f

🗃️ Commits

⭐ New Features

♻️ Code Refactoring

🔨 Maintenance Updates