1.0.2 • Published 5 months ago

@goraj-dev/nx-npm-bump v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

nx-npm-bump

This library was generated with Nx.

Building

Run nx build nx-npm-bump to build the library.

Running unit tests

Run nx test nx-npm-bump to execute the unit tests via Jest.

How to use

{
  "targets": {
    "bump-version": {
      "executor": "@goraj-dev/nx-npm-bump:auto-bump",
      "configurations": {
        "patch": {
          "path": "libs/nx-npm-bump/package.json",
          "type": "patch"
        },
        "minor": {
          "path": "libs/nx-npm-bump/package.json",
          "type": "minor"
        },
        "major": {
          "path": "libs/nx-npm-bump/package.json",
          "type": "major"
        }
      }
    }
  }
}
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.4

6 months ago