diff --git a/changelog.md b/changelog.md index c91adfe..37a96e0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-29 - 2.2.2 - fix(license-files) +Remove legacy license file and add license.md to update file naming. + +- Removed the old 'license' file. +- Added 'license.md' with updated file structure. + ## 2025-04-29 - 2.2.1 - fix(readme) Update usage examples and full matcher reference in README diff --git a/license b/license.md similarity index 93% rename from license rename to license.md index 191c353..5acab41 100644 --- a/license +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2022 Lossless GmbH (hello@lossless.com) +Copyright (c) 2022 Task Venture Capital GmbH (hello@lossless.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 93314b5..4483ce9 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartexpect', - version: '2.2.1', + version: '2.2.2', description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.' }