Skip to content

Commit af5502a

Browse files
authored
Merge pull request #1 from briancaffey/release-please--branches--main--components--pulumi-aws-django
chore(main): release 1.0.0
2 parents f40663c + 5370328 commit af5502a

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-12-22)
4+
5+
6+
### Features
7+
8+
* add type to package json ([6c19c99](https://github.com/briancaffey/pulumi-aws-django/commit/6c19c99f089ae20cb557d368172cba42db98f9c2))
9+
* change export statement in index.ts ([74ba720](https://github.com/briancaffey/pulumi-aws-django/commit/74ba720f9f7a745d240db81ef47648481e4e1443))
10+
* initial ([b44aa7d](https://github.com/briancaffey/pulumi-aws-django/commit/b44aa7d5f4faa10e49d2a82b6b44647800ef1092))
11+
* **initial:** initial commit ([8ff40ef](https://github.com/briancaffey/pulumi-aws-django/commit/8ff40ef75ed23a928b3851609a39f956bcc8b622))
12+
* **main:** add main property to package.json referencing ./bin/index.js ([3668240](https://github.com/briancaffey/pulumi-aws-django/commit/36682407bfcb1c40329bc1e6144b5922566acbd0))
13+
* **refactor:** refactor project structure ([cdf11c5](https://github.com/briancaffey/pulumi-aws-django/commit/cdf11c53589b7f944891dbca03f27cb14e5cdf2d))
14+
* **types:** add types to package.json ([d5a301a](https://github.com/briancaffey/pulumi-aws-django/commit/d5a301a754ce4102046f33f3b949af4b1fa9a9e0))
15+
* **v1:** prepare repo for publishing to npm ([f40663c](https://github.com/briancaffey/pulumi-aws-django/commit/f40663cc96410961f7a8dc4b687833eeec1fb0cc))
16+
* **yarn:** update yarn.lock ([77110eb](https://github.com/briancaffey/pulumi-aws-django/commit/77110eb6ed8b7b7d91a331e27b0e293ca39f526b))

package-lock.json

Lines changed: 4 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,6 +1,6 @@
11
{
22
"name": "pulumi-aws-django",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"main": "bin/index.js",
55
"typings": "bin/index.d.ts",
66
"devDependencies": {

0 commit comments

Comments
 (0)