Skip to content

Commit 833b506

Browse files
committed
Generating changelog
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u 4lejandrito -p next-plausible
1 parent 19e2779 commit 833b506

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed

.github_changelog_generator

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
unreleased=false
2+
exclude-tags-regex=.*beta.*

CHANGELOG.md

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
# Changelog
2+
3+
## [v2.1.0](https://github.com/4lejandrito/next-plausible/tree/v2.1.0) (2021-08-10)
4+
5+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v2.0.0...v2.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: add support for custom domains in the proxy script [\#19](https://github.com/4lejandrito/next-plausible/pull/19) ([paolotiu](https://github.com/paolotiu))
10+
11+
## [v2.0.0](https://github.com/4lejandrito/next-plausible/tree/v2.0.0) (2021-07-11)
12+
13+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.9.0...v2.0.0)
14+
15+
## [v1.9.0](https://github.com/4lejandrito/next-plausible/tree/v1.9.0) (2021-07-11)
16+
17+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.8.0...v1.9.0)
18+
19+
## [v1.8.0](https://github.com/4lejandrito/next-plausible/tree/v1.8.0) (2021-07-11)
20+
21+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.7.0...v1.8.0)
22+
23+
**Closed issues:**
24+
25+
- How to specify data-api on the Plausible script tag via next-plausible? [\#16](https://github.com/4lejandrito/next-plausible/issues/16)
26+
- Double Pageviews [\#15](https://github.com/4lejandrito/next-plausible/issues/15)
27+
- Support for proxy [\#14](https://github.com/4lejandrito/next-plausible/issues/14)
28+
29+
## [v1.7.0](https://github.com/4lejandrito/next-plausible/tree/v1.7.0) (2021-06-20)
30+
31+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.6.2...v1.7.0)
32+
33+
## [v1.6.2](https://github.com/4lejandrito/next-plausible/tree/v1.6.2) (2021-06-18)
34+
35+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.6.1...v1.6.2)
36+
37+
**Closed issues:**
38+
39+
- Don't overwrite the enabled variable [\#13](https://github.com/4lejandrito/next-plausible/issues/13)
40+
- No way to use custom API host? [\#12](https://github.com/4lejandrito/next-plausible/issues/12)
41+
42+
## [v1.6.1](https://github.com/4lejandrito/next-plausible/tree/v1.6.1) (2021-04-08)
43+
44+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.6.0...v1.6.1)
45+
46+
**Closed issues:**
47+
48+
- Confirming docs and env var usage [\#10](https://github.com/4lejandrito/next-plausible/issues/10)
49+
50+
**Merged pull requests:**
51+
52+
- Added \_document.js example to docs [\#11](https://github.com/4lejandrito/next-plausible/pull/11) ([dominikwilkowski](https://github.com/dominikwilkowski))
53+
54+
## [v1.6.0](https://github.com/4lejandrito/next-plausible/tree/v1.6.0) (2021-04-06)
55+
56+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.5.1...v1.6.0)
57+
58+
**Closed issues:**
59+
60+
- Support outbound link click tracking [\#8](https://github.com/4lejandrito/next-plausible/issues/8)
61+
- missing attribute when using the SRI [\#7](https://github.com/4lejandrito/next-plausible/issues/7)
62+
63+
**Merged pull requests:**
64+
65+
- Support out outbound link tracking [\#9](https://github.com/4lejandrito/next-plausible/pull/9) ([IGassmann](https://github.com/IGassmann))
66+
67+
## [v1.5.1](https://github.com/4lejandrito/next-plausible/tree/v1.5.1) (2021-02-13)
68+
69+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.5.0...v1.5.1)
70+
71+
## [v1.5.0](https://github.com/4lejandrito/next-plausible/tree/v1.5.0) (2021-02-12)
72+
73+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.4.0...v1.5.0)
74+
75+
**Closed issues:**
76+
77+
- Configurable variable used to check for production [\#6](https://github.com/4lejandrito/next-plausible/issues/6)
78+
- allow to add SRI to the script tag [\#5](https://github.com/4lejandrito/next-plausible/issues/5)
79+
80+
## [v1.4.0](https://github.com/4lejandrito/next-plausible/tree/v1.4.0) (2021-02-10)
81+
82+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.3.1...v1.4.0)
83+
84+
**Closed issues:**
85+
86+
- Multiple tag [\#4](https://github.com/4lejandrito/next-plausible/issues/4)
87+
88+
## [v1.3.1](https://github.com/4lejandrito/next-plausible/tree/v1.3.1) (2021-01-26)
89+
90+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.2.0...v1.3.1)
91+
92+
**Merged pull requests:**
93+
94+
- Support exclusions and use `index.js` for custom domains [\#3](https://github.com/4lejandrito/next-plausible/pull/3) ([ThePaulMcBride](https://github.com/ThePaulMcBride))
95+
96+
## [v1.2.0](https://github.com/4lejandrito/next-plausible/tree/v1.2.0) (2021-01-01)
97+
98+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.1.1...v1.2.0)
99+
100+
**Merged pull requests:**
101+
102+
- Adding custom domains [\#2](https://github.com/4lejandrito/next-plausible/pull/2) ([sgithuku](https://github.com/sgithuku))
103+
104+
## [v1.1.1](https://github.com/4lejandrito/next-plausible/tree/v1.1.1) (2020-11-11)
105+
106+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.1.0...v1.1.1)
107+
108+
## [v1.1.0](https://github.com/4lejandrito/next-plausible/tree/v1.1.0) (2020-11-11)
109+
110+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.0.4...v1.1.0)
111+
112+
**Merged pull requests:**
113+
114+
- Add options parameter to event function [\#1](https://github.com/4lejandrito/next-plausible/pull/1) ([altaywtf](https://github.com/altaywtf))
115+
116+
## [v1.0.4](https://github.com/4lejandrito/next-plausible/tree/v1.0.4) (2020-10-10)
117+
118+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/v1.0.3...v1.0.4)
119+
120+
## [v1.0.3](https://github.com/4lejandrito/next-plausible/tree/v1.0.3) (2020-10-10)
121+
122+
[Full Changelog](https://github.com/4lejandrito/next-plausible/compare/95df1e9b407e80c385829b372751035504d31e0f...v1.0.3)
123+
124+
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

0 commit comments

Comments
 (0)