Skip to content

Commit

Permalink
chore(release): 1.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.1](v1.22.0...v1.22.1) (2023-06-21)

### Bug Fixes

* include svg in build ([7fc075c](7fc075c))
* put back ([4b1e9b5](4b1e9b5))
* reorder ([2b7826c](2b7826c))
* svg as string ([46c06c8](46c06c8))
* svgs as strings ([59329d6](59329d6))
* try without ([3a226f4](3a226f4))
* typing ([2556887](2556887))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 59329d6 commit cb5f01c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.22.1](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.22.0...v1.22.1) (2023-06-21)


### Bug Fixes

* include svg in build ([7fc075c](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/7fc075c8d2716ab040ffc7b5dea702582688fcec))
* put back ([4b1e9b5](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/4b1e9b5382fb62fda822e7a32a59297b3cbaf907))
* reorder ([2b7826c](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/2b7826cb868a5c003e677dfcbd89166e7f5b41f7))
* svg as string ([46c06c8](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/46c06c8e140565aba9e2f5b376667053a6a2a7c5))
* svgs as strings ([59329d6](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/59329d6f7d55d1c79a3859bdcba56a688ebe33ca))
* try without ([3a226f4](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/3a226f415039e7bc35d7bb4446fb243cc747086f))
* typing ([2556887](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/2556887fe820125e71ab9d160b66266ed41bc211))

# [1.22.0](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.21.4...v1.22.0) (2023-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforlife",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"description": "Common frontend code",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit cb5f01c

Please sign in to comment.