Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit e3219f4

Browse files
ci(changesets): version packages
1 parent 45dad63 commit e3219f4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/bright-doors-cover.md

-5
This file was deleted.

.changeset/fluffy-beers-type.md

-5
This file was deleted.

packages/nx-ngrok/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# nx-ngrok
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#11](https://github.com/domjtalbot/nx-ngrok/pull/11) [`75af6f3`](https://github.com/domjtalbot/nx-ngrok/commit/75af6f3dc852d822dbad922764e41b84c758ae75) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add a setting for overriding the target port – either with a defined port number or a randomized port number.
8+
9+
### Patch Changes
10+
11+
- [#13](https://github.com/domjtalbot/nx-ngrok/pull/13) [`45dad63`](https://github.com/domjtalbot/nx-ngrok/commit/45dad634deb9e6229924ac7c97453683ffd56dc6) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Rename "serverTarget" to "target"
12+
313
## 1.1.0
414

515
### Minor Changes

packages/nx-ngrok/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nx-ngrok",
33
"author": "Dom Talbot",
44
"description": "Ngrok support for Nx",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"license": "MIT",
77
"main": "src/index.js",
88
"generators": "./generators.json",

0 commit comments

Comments
 (0)