Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-02-11)

### Bug Fixes

* vulnerability fix ([189bbff](189bbff))
* 에러 메시지 일관성 및 사소한 타이핑 오류 수정 ([37c0bb1](37c0bb1))
  • Loading branch information
semantic-release-bot committed Feb 11, 2021
1 parent 2558b8e commit 70c54a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.2](https://github.com/tosspayments/browser-sdk/compare/v1.1.1...v1.1.2) (2021-02-11)


### Bug Fixes

* vulnerability fix ([189bbff](https://github.com/tosspayments/browser-sdk/commit/189bbff176ab8ba3b4331fda2323f136e7c08782))
* 에러 메시지 일관성 및 사소한 타이핑 오류 수정 ([37c0bb1](https://github.com/tosspayments/browser-sdk/commit/37c0bb18fb9bc7f7904a412b6e0c6e98acc578fb))

## [1.1.1](https://github.com/tosspayments/browser-sdk/compare/v1.1.0...v1.1.1) (2020-11-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tosspayments/sdk",
"description": "tosspayments.js 스크립트 로더",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/tosspayments.cjs.js",
"module": "dist/tosspayments.esm.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 70c54a4

Please sign in to comment.