Skip to content

Commit a9b3767

Browse files
authored
Merge pull request #12 from telstra/task/add-code-of-conduct
Added and linked to Telstra Code of Conduct
2 parents 009b74a + ab3dee4 commit a9b3767

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.22] - 2021-10-28
9+
10+
- Added and linked to Telstra Code of Conduct
11+
812
## [0.3.21] - 2021-08-24
913

1014
- Updated numbers, activeDays and notifyURL are optional attributes

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
* [Telstra Code of Conduct](https://github.com/telstra/admin/blob/main/CODE\_OF\_CONDUCT.md)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.21",
2+
"version": "0.3.22",
33
"license": "Apache-2.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)