# sequelize-cli changelog > The Sequelize CLI - Vendor: sequelize - Category: Developer Tools - Official site: https://github.com/sequelize/cli - Tracked by: What's New (https://whatsnew.fyi/product/sequelize-cli) - Harvested from: GitHub (sequelize/cli) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v6.6.5 - Date: 2026-01-05 - Version: v6.6.5 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.6.5 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.6.5 ##### [6.6.5](https://github.com/sequelize/cli/compare/v6.6.4...v6.6.5) (2026-01-05) ###### Bug Fixes * move to trusted publishing ([#1551](https://github.com/sequelize/cli/issues/1551)) ([d59e20d](https://github.com/sequelize/cli/commit/d59e20d6abfac65e1da9a6b212c44313482b729d)) * replace fs.R_OK with fs.constants.R_OK ([#1540](https://github.com/sequelize/cli/issues/1540)) ([3f63857](https://github.com/sequelize/cli/commit/3f638570e62fd9ce94b0cbaac0cdedcee7143cf3)) ### v6.6.3 - Date: 2025-05-05 - Version: v6.6.3 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.6.3 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.6.3 ##### [6.6.3](https://github.com/sequelize/cli/compare/v6.6.2...v6.6.3) (2025-05-05) ###### Bug Fixes * **deps:** update dependency js-beautify to v1.15.4 ([#1529](https://github.com/sequelize/cli/issues/1529)) ([7582f2b](https://github.com/sequelize/cli/commit/7582f2b1c9a3278e4d293bbc1e229f009acc14a2)) ### v6.6.2 - Date: 2023-11-03 - Version: v6.6.2 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.6.2 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.6.2 ##### [6.6.2](https://github.com/sequelize/cli/compare/v6.6.1...v6.6.2) (2023-11-03) ###### Bug Fixes * allow : to be used in password ([#1390](https://github.com/sequelize/cli/issues/1390)) ([a52f8bd](https://github.com/sequelize/cli/commit/a52f8bdfa62ce81ef347428f9cf52dd510f61374)) ### v6.6.1 - Date: 2023-06-05 - Version: v6.6.1 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.6.1 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.6.1 ##### [6.6.1](https://github.com/sequelize/cli/compare/v6.6.0...v6.6.1) (2023-06-05) ###### Bug Fixes * include .cts files when discovering migrations ([#1273](https://github.com/sequelize/cli/issues/1273)) ([4ddb8d4](https://github.com/sequelize/cli/commit/4ddb8d4b8ec57d03fce0ef43803527bdce5d5643)) ### v6.6.0 - Date: 2023-01-25 - Version: v6.6.0 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.6.0 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.6.0 #### [6.6.0](https://github.com/sequelize/cli/compare/v6.5.2...v6.6.0) (2023-01-25) ###### Bug Fixes * only show error detail when error.original is defined ([#1241](https://github.com/sequelize/cli/issues/1241)) ([8ba4748](https://github.com/sequelize/cli/commit/8ba47488638c9122b2e52ec7add3d0b03d52c2e2)) ###### Features * add support for test files colocated with models ([#1187](https://github.com/sequelize/cli/issues/1187)) ([6ba32e1](https://github.com/sequelize/cli/commit/6ba32e1fde860c537402fe022226a3da16e7f6a8)) ### v6.5.2 - Date: 2022-10-26 - Version: v6.5.2 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.5.2 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.5.2 ##### [6.5.2](https://github.com/sequelize/cli/compare/v6.5.1...v6.5.2) (2022-10-26) ###### Bug Fixes * **types:** add type declarations to package ([#1185](https://github.com/sequelize/cli/issues/1185)) ([5dc5df3](https://github.com/sequelize/cli/commit/5dc5df3bfddc866b4985bedb08abb5410091ea06)) ### v6.5.1 - Date: 2022-09-27 - Version: v6.5.1 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.5.1 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.5.1 ##### [6.5.1](https://github.com/sequelize/cli/compare/v6.5.0...v6.5.1) (2022-09-27) ###### Bug Fixes * **postgres:** add ERROR detail to output of migration ([#1142](https://github.com/sequelize/cli/issues/1142)) ([497b805](https://github.com/sequelize/cli/commit/497b805edb5056833e4609430c9af7a9313ef013)) ### v6.4.1 - Date: 2022-01-15 - Version: v6.4.1 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.4.1 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.4.1 ##### [6.4.1](https://github.com/sequelize/cli/compare/v6.4.0...v6.4.1) (2022-01-15) ###### Bug Fixes * fix config import breaking on windows ([#995](https://github.com/sequelize/cli/issues/995)) ([acbc66f](https://github.com/sequelize/cli/commit/acbc66f8cb46060a7ee7a4eb2c000b38a592ffbb)) ### v6.4.0 - Date: 2022-01-14 - Version: v6.4.0 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.4.0 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.4.0 #### [6.4.0](https://github.com/sequelize/cli/compare/v6.3.0...v6.4.0) (2022-01-14) ###### Bug Fixes * running one seed is so slow ([#944](https://github.com/sequelize/cli/issues/944)) ([36f41f1](https://github.com/sequelize/cli/commit/36f41f121c596f86d67abe5a353ce1a3472f72c9)) ###### Features * add support for ESM config files ([#987](https://github.com/sequelize/cli/issues/987)) ([54b9ded](https://github.com/sequelize/cli/commit/54b9dedc1bf9a985001aa26cb8b56c97775f9159)) ### v6.2.0 - Date: 2020-07-05 - Version: v6.2.0 - Original notes: https://github.com/sequelize/cli/releases/tag/v6.2.0 - Permalink: https://whatsnew.fyi/product/sequelize-cli/releases/v6.2.0 ##### v6.2.0 - 5th, July 2020 ###### Feature - feat: support migrations files with ts file extension [#915](https://github.com/sequelize/cli/issues/915)