Skip to content

Commit

Permalink
chore: release 1.0.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Jan 11, 2020
1 parent 780a9ef commit a9c021f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented here.

## 1.0.0 (2020-01-11)


### ⚠ BREAKING CHANGES

* initial commit of project

### Features

* adds delete dist tags ([#4](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/4)) ([0cdbb69](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/0cdbb692578856c48b2532d250f5bac8269f71ac))
* generate tokens backed by GitHub releases as 2FA ([#10](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/10)) ([fee686f](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/fee686f52f80a133e43f71a0aab7edc2207d0a20))
* initial commit of project ([8cf7135](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/8cf71353fa2efcf6a0859eee9d2e305885b0d5bd))
* **deps:** update to latest and greatest @google-cloud/datastore ([#28](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/28)) ([5a2398f](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/5a2398f348ca96d821674fa23f52613b45f9c719))


### Bug Fixes

* clean require 2fa ([#5](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/5)) ([c5a4fef](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/c5a4fefe37f51302308948c4c81d662e867910f4))
* fix self-xss from package name in manage tokens ([464807f](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/464807f4c22bb212b5b4109394e72366b4368b81))
* fixes case where request may be drained twice ([#14](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/14)) ([8132fea](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/8132fea6058c1b052cdf345cdd25338114327873))
* logic bug when detecting initial publications ([#17](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/17)) ([3a0f328](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/3a0f32806050e54d413768c942bdc579c6abf97d))
* set x-frame-options to deny ([#3](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/3)) ([1a3ec1b](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/1a3ec1b4060e27a23e716972b8bf8051336bf32e))
* **deps:** update dependency dotenv to v8 ([#25](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/25)) ([d9c8f4c](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/d9c8f4cb534e7cfbeb85afdabb8a9243b43ff5db))
* **deps:** update dependency github-markdown-css to v3 ([#26](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/26)) ([a418c20](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/a418c206ff6832af7755733f37b690e1bfb7b774))
* upgrade to @otplib/core 12 ([#37](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/37)) ([ff7484a](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/ff7484abf15aa03eba5087ec7708fbc7182af4aa))


### Reverts

* Revert "fix: upgrade to @otplib/core 12 (#37)" (#38) ([2ca632c](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/commit/2ca632c53360c70e78d8c0845f43d79de2bb23d2)), closes [#37](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/37) [#38](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/issues/38)

## 0.0.4 (2019-07-30)

* support for fetching package metadata (used by learna).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "wombat-dressing-room",
"repository": "googleapis/wombat-dressing-room",
"version": "0.0.1",
"version": "1.0.0",
"description": "npm registry proxy designed to reduce the attack surface of npm publish",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a9c021f

Please sign in to comment.