From ab1788e915c7abfa7013ec0664ab9f35c7d31a1c Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:13:30 +0000 Subject: [PATCH] chore(release): version 1.6.6 ## [1.6.6](https://github.com/SocialGouv/siret2idcc/compare/v1.6.5...v1.6.6) (2023-03-21) ### Bug Fixes * upgrade WEEZ 140922 ([#216](https://github.com/SocialGouv/siret2idcc/issues/216)) ([299f2bb](https://github.com/SocialGouv/siret2idcc/commit/299f2bb611d8a2e672db0f406fba5454a3d2b8af)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a2afe..95e1ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.6](https://github.com/SocialGouv/siret2idcc/compare/v1.6.5...v1.6.6) (2023-03-21) + + +### Bug Fixes + +* upgrade WEEZ 140922 ([#216](https://github.com/SocialGouv/siret2idcc/issues/216)) ([299f2bb](https://github.com/SocialGouv/siret2idcc/commit/299f2bb611d8a2e672db0f406fba5454a3d2b8af)) + ## [1.6.5](https://github.com/SocialGouv/siret2idcc/compare/v1.6.4...v1.6.5) (2022-09-20) diff --git a/package.json b/package.json index b5ddf61..577b464 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/siret2idcc", "private": true, - "version": "1.6.5", + "version": "1.6.6", "description": "Retrieves the matching Convention Collective number for a French company based on its SIRET identification number", "main": "src/index.js", "repository": "https://github.com/SocialGouv/siret2idcc",