Skip to content

Commit 1d49295

Browse files
chore(release): 1.1.0
1 parent f3db902 commit 1d49295

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/sozonome/og-img/compare/v1.0.0...v1.1.0) (2022-11-15)
6+
7+
8+
### Features
9+
10+
* add center param ([#30](https://github.com/sozonome/og-img/issues/30)) ([fab0a6b](https://github.com/sozonome/og-img/commit/fab0a6bb18f0a9881835bd29de09694d9ab0239a))
11+
* revamp template ([#29](https://github.com/sozonome/og-img/issues/29)) ([806f35a](https://github.com/sozonome/og-img/commit/806f35aa730a91d0992dbe9de6803a6a0fc26902))
12+
13+
14+
### Bug Fixes
15+
16+
* revise width and height fallback ([987f508](https://github.com/sozonome/og-img/commit/987f508bf1ab1312da831c72aeec10738c67f950))
17+
18+
19+
### Improvements
20+
21+
* add width & height param ([b443fa1](https://github.com/sozonome/og-img/commit/b443fa133b2d1cb2b47ba0ed5d16505c8769160b))
22+
* adjust form UI & image template center ([#32](https://github.com/sozonome/og-img/issues/32)) ([f3db902](https://github.com/sozonome/og-img/commit/f3db90242270052f02245b610ece5284fcbf3f17))
23+
* extract into image template ([#28](https://github.com/sozonome/og-img/issues/28)) ([e944928](https://github.com/sozonome/og-img/commit/e944928028e6c0e291166fc46fce0440779f0632))
24+
* update seo ([81657a7](https://github.com/sozonome/og-img/commit/81657a795da0a4da650bbc27619f70e94f66f3d1))
25+
* update seo ([b3d6be5](https://github.com/sozonome/og-img/commit/b3d6be5870c432c793d4a5d2b499df96992a08d1))
26+
527
## [1.0.0](https://github.com/sozonome/og-img/compare/v0.1.1...v1.0.0) (2022-10-11)
628

729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextarter-chakra",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"author": "sozonome",
66
"scripts": {

0 commit comments

Comments
 (0)