Skip to content

Commit

Permalink
chore(release): 1.7.2
Browse files Browse the repository at this point in the history
## [1.7.2](v1.7.1...v1.7.2) (2024-03-14)

### Bug Fixes

* Build config and package.json ([4ae5891](4ae5891))
* Dependencies updated ([478393d](478393d))
* Environment config ([b41d1ab](b41d1ab))
* Missing dependency ([32da6a0](32da6a0))
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent 4ae5891 commit 0245b1d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"author": {
"name": "Grzegorz Porębski",
"email": "[email protected]"
},
"description": "Generic, type safe and lightweight utilities for TypeScript",
"keywords": [
"typescript",
"utils",
"generic",
"type-safe",
"lightweight",
"functional"
],
"license": "GNU GPLv3",
"main": "./index.js",
"name": "@gregoryporebski/g-utils",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregoryporebski/g-utils.git"
},
"type": "module",
"types": "./index.d.ts",
"version": "1.7.2"
}

0 comments on commit 0245b1d

Please sign in to comment.