Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,12 @@ ### Changelog | ||
#### [1.0.3](https://github.com/xdan/docium/compare/1.0.2...1.0.3) | ||
- Fixed bug in package.json [`f691686`](https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada) | ||
#### 1.0.2 | ||
> 18 May 2021 | ||
- Start commit [`06921a6`](https://github.com/xdan/docium/commit/06921a6c47b98ff33636e5ac2001c0bbe1501b8e) | ||
- Added header information [`21d9be8`](https://github.com/xdan/docium/commit/21d9be86037647f63184076b6bcf983e1b2a91c2) | ||
- New version 1.0.2. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD [`e3d6087`](https://github.com/xdan/docium/commit/e3d60876c5924063156da93b204cf6b14495d5f7) |
{ | ||
"name": "docium", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"newversion": "npm run lint && npm test && npm version patch --no-git-tag-version && npm run changelog && npm start && npm run newversiongit && npm publish ./", | ||
"newversiongit": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD \" && git tag $npm_package_version && git push --tags origin HEAD:master", | ||
"newversiongit": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.md \" && git tag $npm_package_version && git push --tags origin HEAD:master", | ||
"lint": "npx eslint ./src/ ./tests/ && stylelint ./src/**/*.css", | ||
@@ -14,0 +14,0 @@ "changelog": "auto-changelog -p --hide-credit --ignore-commit-pattern tmp", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38560