Skip to content

Commit fed392b

Browse files
Version Packages (#186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fdfaca commit fed392b

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/wild-badgers-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.npmrc-public

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//packages.atlassian.com/api/npm/npm-public/:_password=${ARTIFACTORY_PASSWORD_BASE64}
2+
//packages.atlassian.com/api/npm/npm-public/:username=${ARTIFACTORY_USERNAME}
3+
//packages.atlassian.com/api/npm/npm-public/:email=build-team@atlassian.com
4+
//packages.atlassian.com/api/npm/npm-public/:always-auth=true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# koa-oas3
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 5b71c0f: Migrate to @atlassian scope
8+
39
## 3.2.0
410

511
### Minor Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@atlassian/koa-oas3",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.js",
66
"author": "<tli@atlassian.com>",
77
"license": "Apache-2.0",
88
"publishConfig": {
9-
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
9+
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
1010
},
1111
"scripts": {
1212
"build": "tsc",

0 commit comments

Comments
 (0)