Skip to content

Commit b8ad49e

Browse files
github-actions[bot]steveoh
authored andcommitted
chore(main): release 1.1.0
1 parent 58e0075 commit b8ad49e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/agrc/firebase-auth-arcgis-server-proxy/compare/v1.0.1...v1.1.0) (2022-08-04)
4+
5+
6+
### Features
7+
8+
* add npm publish to CI ([fc7e4d0](https://github.com/agrc/firebase-auth-arcgis-server-proxy/commit/fc7e4d06ef0f28cd97a94186e15ad782f69e4d0c))
9+
10+
11+
### Bug Fixes
12+
13+
* job output syntax ([df60d78](https://github.com/agrc/firebase-auth-arcgis-server-proxy/commit/df60d785b65c330fa5460c17ca5fc9e50b192da2))
14+
* reference another job via needs ([58e0075](https://github.com/agrc/firebase-auth-arcgis-server-proxy/commit/58e00750933da1d627f65ac2c583b317fc60e9b6))
15+
316
## [1.0.1](https://github.com/agrc/firebase-auth-arcgis-server-proxy/compare/v1.0.0...v1.0.1) (2022-08-04)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-auth-arcgis-server-proxy",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "An authenticated Firebase function for proxying requests to ArcGIS Server services",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)