From 82e3986e135056527e332abf2e930d53f6020536 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 18 Oct 2019 09:59:09 +0000 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++ node_modules/.yarn-integrity | 43 ++---------------------------------- package.json | 4 ++-- 3 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a53a014 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# [1.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v0.0.1...v1.2.0) (2019-10-18) + + +### Bug Fixes + +* Fixed that fs was undefined ([f330c69](https://github.com/TriPSs/conventional-changelog-action/commit/f330c69c10a12faa1919e691a71fbdda3b3ba238)) +* Fixes ([f467ea7](https://github.com/TriPSs/conventional-changelog-action/commit/f467ea783254be918b70be58fa1aca0ab0c9ac80)) +* Test release ([7fe9b66](https://github.com/TriPSs/conventional-changelog-action/commit/7fe9b661515076d5b01caf208e48d85e63c060a5)) +* Test release ([fd60d38](https://github.com/TriPSs/conventional-changelog-action/commit/fd60d3839eb39542e4bc8c56a3a33aa41f25247a)) +* Test release ([7365edf](https://github.com/TriPSs/conventional-changelog-action/commit/7365edf6f58d23baf8383668f83170dcb46bf5e6)) +* Test release ([d0cd7bf](https://github.com/TriPSs/conventional-changelog-action/commit/d0cd7bf31f1a8e24ef4d44422d3fb9a4c694c89a)) +* Test release ([37217f5](https://github.com/TriPSs/conventional-changelog-action/commit/37217f530cbbb866612b86d6c8a27d068d16e652)) +* Test release ([1f63990](https://github.com/TriPSs/conventional-changelog-action/commit/1f63990fabc8bbf5d7cf9b234a4eb75c350518c3)) +* Test release ([57d7d45](https://github.com/TriPSs/conventional-changelog-action/commit/57d7d4594f47d66d8de3eb1b7f4207130a7697ac)) +* Test release ([c8e9ea6](https://github.com/TriPSs/conventional-changelog-action/commit/c8e9ea6338b809f0b2fb3b4e0ce037d7b26d7325)) +* Test release ([a85634b](https://github.com/TriPSs/conventional-changelog-action/commit/a85634b8c7dc152dc1cf027ba5a91df6634f9ef2)) +* Test release ([234446d](https://github.com/TriPSs/conventional-changelog-action/commit/234446dc90c9969a41a3bd97841e47adf81b50ee)) +* Test release ([ab2ea09](https://github.com/TriPSs/conventional-changelog-action/commit/ab2ea0974adb27fd4e2bb45fd21e51b2c8181c27)) +* Test release ([7cbbde6](https://github.com/TriPSs/conventional-changelog-action/commit/7cbbde6d9f2fc92e95b50eb8474ed08437ffe6f3)) +* Test release ([9d10bb2](https://github.com/TriPSs/conventional-changelog-action/commit/9d10bb22adb57a2b4953272c7a938af9ab4f301b)) + + +### Features + +* Test release ([c471392](https://github.com/TriPSs/conventional-changelog-action/commit/c47139231d3289a08ee39c0b1978b9e935d456a5)) +* Test release ([d71558c](https://github.com/TriPSs/conventional-changelog-action/commit/d71558cec69d773fb6846734b57ff55a6d7b3648)) +* Test release ([5945aae](https://github.com/TriPSs/conventional-changelog-action/commit/5945aaed8f5e59d227742dd35670381cf444aa93)) + + + +## [0.0.1](https://github.com/TriPSs/conventional-changelog-action/compare/70ed437cb42d5ad01303d98797a7988fe1266f6b...v0.0.1) (2019-10-17) + + +### Bug Fixes + +* Fixed name action.yml ([70ed437](https://github.com/TriPSs/conventional-changelog-action/commit/70ed437cb42d5ad01303d98797a7988fe1266f6b)) + + + diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index 964ca88..47ed2df 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -1,51 +1,12 @@ { - "systemParams": "darwin-x64-72", + "systemParams": "linux-x64-64", "modulesFolders": [ "node_modules" ], "flags": [ "production" ], - "linkedModules": [ - "@myminutes/core", - "@myminutes/theme", - "@pct-org/eztv-api-pt", - "@pct-org/graphql-api", - "@pct-org/mongo-models", - "@pct-org/pop-api", - "@pct-org/pop-api-scraper", - "@pct-org/zooqle", - "@seronaris/cache", - "@seronaris/crud", - "@seronaris/fields", - "@seronaris/fields-material", - "@seronaris/jip-theme", - "@seronaris/serobase", - "@seronaris/utils", - "@talpanetwork/ci-tools", - "@talpanetwork/digital-sound-components", - "@talpanetwork/optimizely-client", - "@talpanetwork/optimizely-loader", - "@talpanetwork/radio-player", - "@talpanetwork/talpa-radio-sdk", - "ettv-api", - "eztv-api-pt", - "kat-api-pt", - "pop-api-scraper", - "quill-react", - "react-esc", - "react-esc-config", - "react-esc-render-jss", - "react-esc-webpack", - "react-esc-webpack-image", - "react-esc-webpack-worker", - "react-native-google-cast", - "react-native-torrent-streamer", - "react-native-vlc-player", - "react-tag-manager", - "update-react-native-app", - "zooqle" - ], + "linkedModules": [], "topLevelPatterns": [ "@actions/core@^1.1.3", "@actions/exec@^1.0.1", diff --git a/package.json b/package.json index 155e5cc..9d5c8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "index.js", "scripts": { @@ -23,4 +23,4 @@ "conventional-changelog": "^3.1.12", "conventional-recommended-bump": "^6.0.2" } -} +} \ No newline at end of file