feat(smartversion): add equality comparison methods for SmartVersion instances and version strings

This commit is contained in:
2026-04-07 16:29:20 +00:00
parent d900fa3494
commit ab09d44759
4 changed files with 29 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartversion',
version: '3.0.6',
version: '3.1.0',
description: 'A library to handle semantic versioning with ease.'
}