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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@soyoung210/sample-two-v2.0.0](https://github.com/SoYoung210/lerna-rollup-github-package-example/compare/@soyoung210/sample-two-v1.0.0...@soyoung210/sample-two-v2.0.0) (2020-08-05)

### Features

* 🎸 test package two break change ([ef1ab9e](ef1ab9e))

### BREAKING CHANGES

* 🧨 it has break change
  • Loading branch information
semantic-release-bot committed Aug 5, 2020
1 parent 95351f9 commit dcf2bcc
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": "1.0.0",
"version": "2.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 dcf2bcc

Please sign in to comment.