Skip to content

Commit

Permalink
chore: release v2.0.3 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 14, 2021
1 parent 21cd4bf commit fc46a6b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 59 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [2.0.3](https://www.github.com/typescord/mrm-preset/compare/v2.0.2...v2.0.3) (2021-03-14)


### Bug Fixes

* **package:** correct typo ([18c2a33](https://www.github.com/typescord/mrm-preset/commit/18c2a3300d9009a4b568a0a605d1cc3eb03f7fe4))
* **utils:** fix bugs ([a27c98f](https://www.github.com/typescord/mrm-preset/commit/a27c98f14c96e88a508f3f5dbb1e263e3ad1263e))
* **utils:** remove useless things ([793eea9](https://www.github.com/typescord/mrm-preset/commit/793eea96ebb45ea23d5e36fdafacaed600481875))

### [2.0.2](https://www.github.com/typescord/mrm-preset/compare/v2.0.1...v2.0.2) (2021-03-14)


Expand Down
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "@typescord/mrm-preset",
"description": "MRM preset used by Typescord for all core packages",
"version": "2.0.2",
"main": "build/config.json",
"prettier": "@typescord/prettier-config",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf build && tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write",
"mrm": "mrm --dir ./build"
},
"engines": {
"node": ">=15.0.0"
},
"author": "Typescord",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/typescord/mrm-preset.git"
},
"homepage": "https://github.com/typescord/mrm-preset#readme",
"bugs": {
"url": "https://github.com/typescord/mrm-preset/issues"
},
"dependencies": {
"mrm-core": "^4.7.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/node": "^14.14.34",
"@types/semver": "^7.3.4",
"@typescord/eslint-config": "^0.1.6",
"@typescord/prettier-config": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.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",
"lodash": "^4.17.21",
"mrm": "^2.6.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
},
"files": [
"build"
],
"keywords": [
"mrm-preset",
"mrm",
"typescord"
]
"name": "@typescord/mrm-preset",
"description": "MRM preset used by Typescord for all core packages",
"version": "2.0.3",
"main": "build/config.json",
"prettier": "@typescord/prettier-config",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf build && tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write",
"mrm": "mrm --dir ./build"
},
"engines": {
"node": ">=15.0.0"
},
"author": "Typescord",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/typescord/mrm-preset.git"
},
"homepage": "https://github.com/typescord/mrm-preset#readme",
"bugs": {
"url": "https://github.com/typescord/mrm-preset/issues"
},
"dependencies": {
"mrm-core": "^4.7.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/node": "^14.14.34",
"@types/semver": "^7.3.4",
"@typescord/eslint-config": "^0.1.6",
"@typescord/prettier-config": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.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",
"lodash": "^4.17.21",
"mrm": "^2.6.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
},
"files": [
"build"
],
"keywords": [
"mrm-preset",
"mrm",
"typescord"
]
}

0 comments on commit fc46a6b

Please sign in to comment.