Skip to content

Commit

Permalink
release: create new version 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.0.2"></a>
## [1.0.2](1.0.1...1.0.2) (2018-05-20)

### Bug Fixes

* add changelog plugin for semantic releases ([586047e](586047e))
  • Loading branch information
GLaDOS committed May 20, 2018
1 parent 6ea887b commit 26a1916
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 62 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/bycedric/semantic-release-expo/compare/1.0.1...1.0.2) (2018-05-20)


### Bug Fixes

* add changelog plugin for semantic releases ([586047e](https://github.com/bycedric/semantic-release-expo/commit/586047e))
124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "semantic-release-expo",
"version": "0.0.0",
"description": "An Expo extension for semantic releases",
"keywords": [
"expo",
"exponential",
"react",
"native",
"semantic",
"release",
"bycedric"
],
"author": "Cedric van Putten <me@bycedric.com>",
"license": "MIT",
"homepage": "https://github.com/bycedric/semantic-release-expo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bycedric/semantic-release-expo.git"
},
"bugs": {
"url": "https://github.com/bycedric/semantic-release-expo/issues"
},
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"scripts": {
"test": "jest --coverage",
"build": "tsc"
},
"peerDependencies": {},
"dependencies": {
"detect-indent": "^5.0.0",
"fs-extra": "^6.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/error": "^2.2.0",
"@semantic-release/git": "^5.0.0",
"@types/detect-indent": "^5.0.0",
"@types/fs-extra": "^5.0.2",
"@types/jest": "^22.2.3",
"@types/node": "^10.1.2",
"codecov": "^3.0.2",
"jest": "^22.4.3",
"semantic-release": "^15.4.2",
"ts-jest": "^22.4.6",
"typescript": "^2.8.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
}
"name": "semantic-release-expo",
"version": "1.0.2",
"description": "An Expo extension for semantic releases",
"keywords": [
"expo",
"exponential",
"react",
"native",
"semantic",
"release",
"bycedric"
],
"author": "Cedric van Putten <me@bycedric.com>",
"license": "MIT",
"homepage": "https://github.com/bycedric/semantic-release-expo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bycedric/semantic-release-expo.git"
},
"bugs": {
"url": "https://github.com/bycedric/semantic-release-expo/issues"
},
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"scripts": {
"test": "jest --coverage",
"build": "tsc"
},
"peerDependencies": {},
"dependencies": {
"detect-indent": "^5.0.0",
"fs-extra": "^6.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/error": "^2.2.0",
"@semantic-release/git": "^5.0.0",
"@types/detect-indent": "^5.0.0",
"@types/fs-extra": "^5.0.2",
"@types/jest": "^22.2.3",
"@types/node": "^10.1.2",
"codecov": "^3.0.2",
"jest": "^22.4.3",
"semantic-release": "^15.4.2",
"ts-jest": "^22.4.6",
"typescript": "^2.8.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
}
}

0 comments on commit 26a1916

Please sign in to comment.