Skip to content

Commit 1decf72

Browse files
committed
chore(release): 0.3.1
1 parent 83b9c82 commit 1decf72

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.1](https://github.com/JamieMason/typescript-imgix-url-params/compare/0.3.0...0.3.1) (2022-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** use `Partial` type to set all parameters as optional ([83b9c82](https://github.com/JamieMason/typescript-imgix-url-params/commit/83b9c82957be509fa87dcfc5ecec75882d007f34)), closes [#1](https://github.com/JamieMason/typescript-imgix-url-params/issues/1)
7+
8+
9+
110
# [0.3.0](https://github.com/JamieMason/typescript-imgix-url-params/compare/0.1.0...0.3.0) (2022-11-15)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-imgix-url-params",
33
"description": "TypeScript definitions of imgix's URL parameters",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/typescript-imgix-url-params/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)