diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f50b4..f810209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.4.1 (2023-11-01) + +### Internal + +- Fixed wrong pointer to the new d.ts file @sneridagh [#0](https://github.com/plone/components/issues/0) + ## 1.4.0 (2023-11-01) ### Feature diff --git a/news/0.internal b/news/0.internal deleted file mode 100644 index c7ab6db..0000000 --- a/news/0.internal +++ /dev/null @@ -1 +0,0 @@ -Fixed wrong pointer to the new d.ts file @sneridagh diff --git a/package.json b/package.json index 72114bd..6ada971 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ } ], "license": "MIT", - "version": "1.4.0", + "version": "1.4.1", "repository": { "type": "git", "url": "http://github.com/plone/components.git"