diff --git a/lib/components/search-bar/CHANGELOG.md b/lib/components/search-bar/CHANGELOG.md new file mode 100644 index 00000000..0756c64a --- /dev/null +++ b/lib/components/search-bar/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2020-09-18) + +**Note:** Version bump only for package @boclips-ui/search-bar diff --git a/lib/components/search-bar/package.json b/lib/components/search-bar/package.json index 43413746..a62a2631 100644 --- a/lib/components/search-bar/package.json +++ b/lib/components/search-bar/package.json @@ -1,6 +1,6 @@ { "name": "@boclips-ui/search-bar", - "version": "0.0.0", + "version": "1.0.0", "files": [ "dist/**/*" ],