Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divlook committed Sep 3, 2020
1 parent 1205b02 commit c901e77
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 36 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)



72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@divlook/ticketing",
"version": "1.0.0",
"description": "티켓팅을 위한 모듈입니다.",
"keywords": [
"Ticketing",
"SRT",
"KTX"
],
"author": "uihyeon.cha <uihyeon@gmail.com>",
"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 <uihyeon@gmail.com>",
"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"
}
}

0 comments on commit c901e77

Please sign in to comment.