Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @soyoung210/sample-two-v1.0.0 (2020-08-05)

### Bug Fixes

* Change tsc to ttsc ([6ac09fe](6ac09fe))
* Fix package name ([6dad9a5](6dad9a5))

### Features

* Add sample two ([dda8403](dda8403))
  • Loading branch information
semantic-release-bot committed Aug 5, 2020
1 parent 4397889 commit 1b0e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sample-two/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soyoung210/sample-two",
"version": "0.0.3",
"version": "1.0.0",
"scripts": {
"build": "rm -rf dist && npm run build:typings && cross-env NODE_ENV=production INPUT_FILE=./index.ts rollup -c ../../rollup.config.js",
"build:typings": "cross-env ttsc -p ./tsconfig.json --declarationDir dist"
Expand Down

0 comments on commit 1b0e61b

Please sign in to comment.