Skip to content

Commit

Permalink
chore: release 1.0.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 2, 2019
1 parent 049b33d commit e96a8d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
[npm history][1]

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## [1.0.0](https://www.github.com/googleapis/nodejs-projectify/compare/v0.3.3...v1.0.0) (2019-05-02)


### Build System

* upgrade engines field to >=8.10.0 ([#103](https://www.github.com/googleapis/nodejs-projectify/issues/103)) ([0149650](https://www.github.com/googleapis/nodejs-projectify/commit/0149650))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#103)

## v0.3.3

03-12-2019 12:27 PDT
Expand Down Expand Up @@ -89,4 +101,3 @@ This patch release contains a few updates to the docs. That's all!
- remove that whitespace ([#9](https://github.com/googleapis/nodejs-projectify/pull/9))
- chore: assert.deelEqual => assert.deepStrictEqual ([#6](https://github.com/googleapis/nodejs-projectify/pull/6))
- chore: move mocha options to mocha.opts ([#5](https://github.com/googleapis/nodejs-projectify/pull/5))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/projectify",
"version": "0.3.3",
"version": "1.0.0",
"description": "A simple utility for replacing the projectid token in objects.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google-cloud/projectify": "^0.3.3"
"@google-cloud/projectify": "^1.0.0"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down

0 comments on commit e96a8d7

Please sign in to comment.