Skip to content

Commit

Permalink
chore(release): v2.0.1 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 8, 2021
1 parent 7913651 commit aeb8595
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 55 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

### 2.0.1 (2021-03-08)


### Features

* add more automation ([7913651](https://www.github.com/typescord/mrm-preset/commit/79136510f2b2283fd52d79e5c772e7d54267a5ae))
* **typescript:** add 'types' property for pkg ([a48355f](https://www.github.com/typescord/mrm-preset/commit/a48355fe7f605f67133670e629d091989e1ffbb5))
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "@typescord/mrm-preset",
"version": "0.1.7",
"description": "MRM preset used by Typescord for all core packages",
"main": "build/config.json",
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write"
},
"engines": {
"node": ">=15.0.0"
},
"license": "MIT",
"homepage": "https://github.com/typescord/mrm-preset#readme",
"bugs": {
"url": "https://github.com/typescord/mrm-preset/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescord/mrm-preset.git"
},
"files": [
"build"
],
"prettier": "@typescord/prettier-config",
"dependencies": {
"mrm-core": "^4.6.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/node": "^14.14.28",
"@types/semver": "^7.3.4",
"@typescord/eslint-config": "^0.1.5",
"@typescord/prettier-config": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-unicorn": "^28.0.2",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"keywords": [
"mrm-preset",
"mrm",
"typescord",
"typescipt"
]
"name": "@typescord/mrm-preset",
"version": "2.0.1",
"description": "MRM preset used by Typescord for all core packages",
"main": "build/config.json",
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write"
},
"engines": {
"node": ">=15.0.0"
},
"license": "MIT",
"homepage": "https://github.com/typescord/mrm-preset#readme",
"bugs": {
"url": "https://github.com/typescord/mrm-preset/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescord/mrm-preset.git"
},
"files": [
"build"
],
"prettier": "@typescord/prettier-config",
"dependencies": {
"mrm-core": "^4.6.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/node": "^14.14.28",
"@types/semver": "^7.3.4",
"@typescord/eslint-config": "^0.1.5",
"@typescord/prettier-config": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-unicorn": "^28.0.2",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"keywords": [
"mrm-preset",
"mrm",
"typescord",
"typescipt"
]
}

0 comments on commit aeb8595

Please sign in to comment.