Skip to content

Commit 4b52e97

Browse files
authored
Merge pull request #7 from jagaapple/release/1.0.0
# Changes and Fixes - Bump up version number to 1.0.0 - Update changelog
2 parents c2e3204 + 310ff76 commit 4b52e97

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Changelog
2+
## 1.0.0 (2019-12-04)
3+
- Initial public release - [@jagaapple](https://github.com/jagaapple)
4+
25
## 0.0.1 (2019-11-22)
36
- Initial private release - [@jagaapple](https://github.com/jagaapple)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "next-secure-headers",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Sets secure response headers for Next.js.",
55
"keywords": [
66
"Next.js",

0 commit comments

Comments
 (0)