Skip to content

Commit

Permalink
feat(enhance): ✨ Update version to 1.5.1 & add tags script to pus…
Browse files Browse the repository at this point in the history
…h Git tags

The version update reflects additional features and improvements, while the 'tags' script streamlines the process of pushing Git tags. Both changes enhance project maintenance and collaboration. No related issues.
  • Loading branch information
krypton225 committed Dec 26, 2023
1 parent f8b0fda commit ff65dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-pire",
"version": "1.3.1",
"version": "1.5.1",
"description": "Just a more mixins and functions with SCSS for more productive projects.",
"markdown": "github",
"license": "MIT",
Expand Down Expand Up @@ -41,6 +41,7 @@
"upgrade": "ncu --upgrade",
"lint": "npx stylelint ./src/**/*.scss",
"cmt": "cz",
"tags": "git push repo --tags",
"gen:lock": "npm i --package-lock-only",
"test:scss": "sass --no-source-map ./tests/test.scss:dist/test-styles.css --watch",
"test:jest": "jest ./tests/sass.test.js --watchAll #runs all tests",
Expand Down

0 comments on commit ff65dba

Please sign in to comment.