{"_id":"@atjson/conventional-commits","_rev":"31-19947202c1989cd0e0d4bbbfccd89eaf","name":"@atjson/conventional-commits","dist-tags":{"latest":"0.8.4"},"versions":{"0.8.4":{"name":"@atjson/conventional-commits","version":"0.8.4","license":"Apache-2.0","_id":"@atjson/conventional-commits@0.8.4","maintainers":[{"name":"blaine","email":"romeda@gmail.com"},{"name":"foobarrio","email":"npmjs.org@dbluu.com"},{"name":"tce","email":"tim.c.evans@me.com"}],"dist":{"shasum":"b29ddba0eddb9970805b40a1cb370f651cc1918a","tarball":"https://registry.npmjs.org/@atjson/conventional-commits/-/conventional-commits-0.8.4.tgz","fileCount":12,"integrity":"sha512-1vwdzVNU7xfc6u1d5zfqCM3CU88IwzZRXPIu0HWn13vtth1WZgtQ1Aci2QoNvuZ8JMlBHmldyr+skJaZPgvdkA==","signatures":[{"sig":"MEUCIQDnLluvFP1aBlKS0FyMDA16yloGwCusVVC/4zOn5q4+JgIgJZoLFKPHqpCBO8KsNc7aypnDS+Dx3jp4ozKPA9bCzbM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWKPoCRA9TVsSAnZWagAA77AP/AoOwAKZsOpVUafo1J9F\nghpwB0b6OyU7aLCjRyZl9VLhKQjwYTvDWK5xWKTsY+T/VJHDuiHUksKqfUqO\nezhrG6lN0GWJW0f4PHsRxjaUHW7wjA4v38psutI0UJeFKbPqm62preIhx4s+\njfnt+1J9VRj1pHmhVqUet2ceTrqj1Su0PszNCNQeGu6zskChCZHu5Z7bfVoE\nJP4yGsIF4/LlC//pSGh//d/FwfOJFIdkTv2kOgRjlZtOcF3gub3csuU8SDjo\ntK6dCzeSEqpeXhByaqiDdTyQ2cWWl1PkYRUJ8A46Q53yYKjWJ/Q0Ddzcx7ek\nHIhW+423E2GEODm3c0ehu5L1RWRoNFMeaCP/TZisfVwU62JNBqXvIW2DgGbi\nG47yv9la4JtftU/YT+aA76HbEjJARaTEZL0mfhyW1xVHPPfpCZEP8qnWym0V\nMW1Hzb/E1aHHeugyhdsGQrZ66xa1ZwBOYcHcyduLQoQdxDJtm3gPoHDgaTio\nt2snx+tOEg8qQ3J8LBWx8cBqvKYOfmh2/02VzngxwulD2OldqvhdggUAe84n\nSaEbuDtvAjdC1SjQbT4oLk2F/PP/5ykzDkr11yXF7cHBsQPJiRMEwSJM77Ak\n9g8QPwdZmnyWoH95Fu7y24Ih46mc1OcJ7ZScMPfB5SP1sJTF/3lD1QNy/D1j\nd9hz\r\n=b5GA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","scripts":{"test":"mocha --timeout 30000"},"_npmUser":{"name":"tce","email":"tim.c.evans@me.com"},"deprecated":"Please use @atjson/conventional-changelog-emojisource-commonmark instead","_npmVersion":"6.2.0","description":"Conventional commits for AtJSON","directories":{},"_nodeVersion":"6.10.2","dependencies":{"q":"^1.5.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","mocha":"^5.2.0","shelljs":"^0.8.0","through2":"^2.0.0","git-dummy-commit":"^1.2.0","better-than-before":"^1.0.0","conventional-changelog-core":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-commits_0.8.4_1532535784649_0.5737591161579108","host":"s3://npm-registry-packages"}}},"time":{"created":"2018-07-25T16:23:04.424Z","modified":"2026-08-10T19:45:04.685Z","0.8.4":"2018-07-25T16:23:04.771Z"},"license":"Apache-2.0","description":"Conventional commits for AtJSON","maintainers":[{"email":"tim.c.evans@me.com","name":"tce"},{"email":"dkorenblyum@gmail.com","name":"dkorenblyum"},{"email":"copilot@condenast.com","name":"copilot-robot"},{"email":"paul.eddleston@condenastint.com","name":"eddleston"},{"email":"nathaniel_laws@condenast.com","name":"natelawscn"}],"readme":"# ✌️ conventional-commits\n\n[Conventional Commits](https://conventionalcommits.org/) is a community standard designed to generate software changes automatically.\n\nWe use emoji for our conventional commits to reduce technical jargon in our software.\n\nCommits look like `✌️ My awesome change (#12)`. There’s emoji at the beginning, the description of the changes made in the middle and the number referencing the GitHub pull request at the end.\n\n### ❤️ Supported emoji\n\n| Emoji | Changelog Heading | Severity | Included in Changelog? |\n|-|-|-|-|\n|🏗|🏗 Build Changes|patch|🚫|\n|📦|📦 npm changes|patch|🚫|\n|🚨|🚨 Breaking Changes|breaking|✅|\n|👷‍♀️|👷‍♀️ TravisCI|patch|🚫|\n|👷‍♂️|👷‍♂️ TravisCI|patch|🚫|\n|🗻|🗻 CodeClimate|patch|🚫|\n|👩‍⚖️|⚖️ Licensing Changes|major|✅|\n|👨‍⚖️|⚖️ Licensing Changes|major|✅|\n|⚖️|⚖️ Licensing Changes|major|✅|\n|📓|📚 Documentation|patch|🚫|\n|📚|📚 Documentation|patch|🚫|\n|✨|✨ New Features|minor|✅|\n|🎉|✨ New Features|minor|✅|\n|🎊|✨ New Features|minor|✅|\n|🐛|🐛 Fixes|patch|✅|\n|🐝|🐛 Fixes|patch|✅|\n|🔒|🔒 Security Updates|patch|✅|\n|🚀|🚀 Performance|patch|🚫|\n|🛀|🛀 Code Cleanup|patch|🚫|\n|⏪|⏪ Undo Changes|revert|🚫|\n|💅|💄 Style|patch|🚫|\n|💄|💄 Style|patch|🚫|\n|🎨|💄 Style|patch|🚫|\n|🚦|🚦 Tests|patch|🚫|\n|🚥|🚦 Tests|patch|🚫|\n\n<small>PS: Use any skin tone you want– we'll detect it regardless of the skin tone and put it under the correct heading 😘</small>\n\n### 🙋‍♀️ Do you have an emoji that you'd like to add?\n\nAdd your emoji to [this spreadsheet](https://github.com/CondeNast-Copilot/atjson/tree/latest/packages/%40atjson/conventional-commits/src/emoji.csv) with the heading that it should live under, the severity of the change, and a 🚫 or ✅ indicating whether it should be included in the changelog.\n\nThe severity can be one of the following:\n\n- `patch` indicates fixes and other changes\n- `minor` indicates new features (and possibly fixes as well)\n- `major` / `breaking` indicates that the software now works differently and will need to be updated accordingly\n\n### 👉 Examples\n\nLet’s use the commit examples used above:\n\n- 📦 Release 0.2.8\n- 🐛 Fix nested bold and italic markdown output ([#32](https://github.com/condenast-copilot/atjson/issues/24))\n- 🎉 Add horizontal rule and vertical adjustments for Google Docs paste ([#52](https://github.com/condenast-copilot/atjson/issues/52))\n- ✨👑✨ Make Annotations classes instead of JS objects ([#54](](https://github.com/condenast-copilot/atjson/issues/54)))\\\n\\\n  🚨 Schemas are now defined as a list of annotation classes, cf. `[Bold, Italic]`\n\nAnd show what will be our changelog!\n\n### 🐛 Fixes\n\n* 🐛 Fix nested bold and italic markdown output ([#32](https://github.com/condenast-copilot/atjson/issues/24))\n\n### ✨ New Features\n\n* ✨👑✨ Make Annotations classes instead of JS objects ([#54](](https://github.com/condenast-copilot/atjson/issues/54)))\n* 🎉 Add horizontal rule and vertical adjustments for Google Docs paste ([#52](https://github.com/condenast-copilot/atjson/issues/52))\n\n### 🚨 Breaking Changes\n\n* Schemas are now defined as a list of annotation classes, cf. `[Bold, Italic]`\n","readmeFilename":"README.md"}