From c901e774c8608b47fd92279902b65c8b5d68ded0 Mon Sep 17 00:00:00 2001 From: divlook Date: Thu, 3 Sep 2020 10:12:49 +0000 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 14 ++++++++++ package.json | 72 ++++++++++++++++++++++++++-------------------------- 2 files changed, 50 insertions(+), 36 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ceb02ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# [1.1.0](https://github.com/divlook/ticketing/compare/v1.0.0...v1.1.0) (2020-09-03) + + +### Features + +* option 추가 ([c7cc158](https://github.com/divlook/ticketing/commit/c7cc1584256f2900211f0952c9d60f635b6fc591)) +* 예제 파일 업데이트 ([1178a2c](https://github.com/divlook/ticketing/commit/1178a2cfa485f5c862b8e5ed4a1a97909a0e40ea)) + + + +# 1.0.0 (2020-09-02) + + + diff --git a/package.json b/package.json index 54e8e8b..2e8faf6 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,37 @@ { - "name": "@divlook/ticketing", - "version": "1.0.0", - "description": "티켓팅을 위한 모듈입니다.", - "keywords": [ - "Ticketing", - "SRT", - "KTX" - ], - "author": "uihyeon.cha ", - "private": true, - "repository": { - "type": "git", - "url": "https://github.com/divlook/ticketing.git" - }, - "bugs": { - "url": "https://github.com/divlook/ticketing/issues" - }, - "homepage": "https://github.com/divlook/ticketing#readme", - "license": "MIT", - "main": "dist/ticketing.js", - "scripts": { - "dev": "webpack-dev-server --mode development", - "build": "webpack --mode production" - }, - "devDependencies": { - "@babel/core": "^7.11.5", - "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/preset-env": "^7.11.5", - "babel-loader": "^8.1.0", - "clean-webpack-plugin": "^3.0.0", - "html-webpack-plugin": "^4.4.1", - "webpack": "^4.44.1", - "webpack-cli": "^3.3.12", - "webpack-dev-server": "^3.11.0" - } -} + "name": "@divlook/ticketing", + "version": "1.1.0", + "description": "티켓팅을 위한 모듈입니다.", + "keywords": [ + "Ticketing", + "SRT", + "KTX" + ], + "author": "uihyeon.cha ", + "private": true, + "repository": { + "type": "git", + "url": "https://github.com/divlook/ticketing.git" + }, + "bugs": { + "url": "https://github.com/divlook/ticketing/issues" + }, + "homepage": "https://github.com/divlook/ticketing#readme", + "license": "MIT", + "main": "dist/ticketing.js", + "scripts": { + "dev": "webpack-dev-server --mode development", + "build": "webpack --mode production" + }, + "devDependencies": { + "@babel/core": "^7.11.5", + "@babel/plugin-proposal-class-properties": "^7.10.4", + "@babel/preset-env": "^7.11.5", + "babel-loader": "^8.1.0", + "clean-webpack-plugin": "^3.0.0", + "html-webpack-plugin": "^4.4.1", + "webpack": "^4.44.1", + "webpack-cli": "^3.3.12", + "webpack-dev-server": "^3.11.0" + } +} \ No newline at end of file